#321444

Color #321444 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #321444

Tints of Blackcurrant #321444

Color information

#321444 (or 0x321444) is unknown color: approx Blackcurrant. HEX triplet: 32, 14 and 44. RGB value is (50,20,68). Sum of RGB (Red+Green+Blue) = 50+20+68=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #321444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321444 is #CDEBBB. Grayscale: #222222. Windows color (decimal): -13495228 or 4461618. OLE color: 4461618.

HSL color Cylindrical-coordinate representation of color #321444: hue angle of 277.5º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321444 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB502068-
CMYK0.260.7100.73
HSL277.5º54.55%17.25%-
HSV(B)277.5º70.59%26.67%-
XYZ2.611.65.64-
YUV34.44146.94139.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=36.23%
G=14.49%
B=49.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5020680.260.7100.73277.554.5517.25
Hex3214441A470491163711
Octal62241043210701114266721
Binary1100101010010001001101010001110100100110001011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321444; }

 p { color: rgb(50,20,68); }

 H1.HeaderClassName
 {
   color: #321444;
 }
 .AnyTagClassName
 {
   color: #321444;
 }
</style>
background-color css

<style>
 a { background-color: #321444; }

 a { background-color: rgb(50,20,68); }

 div.DivClassName
 {
   background-color: #321444;
 }
 .BgClassName
 {
   background-color: #321444;
 }
</style>
border-color css

<style>
 span { border-color: #321444; }

 span { border-color: rgb(50,20,68); }

 td.TdClassName
 {
   border-color: #321444;
 }
 .TagClassName
 {
   border-color: #321444;
 }
</style>