#21112C

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

Shades of Blackcurrant #21112C

Tints of Blackcurrant #21112C

Color information

#21112C (or 0x21112C) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 2C. RGB value is (33,17,44). Sum of RGB (Red+Green+Blue) = 33+17+44=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #21112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21112C is #DEEED3. Grayscale: #181818. Windows color (decimal): -14610132 or 2887969. OLE color: 2887969.

HSL color Cylindrical-coordinate representation of color #21112C: hue angle of 275.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21112C is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB331744-
CMYK0.250.6100.83
HSL275.56º44.26%11.96%-
HSV(B)275.56º61.36%17.25%-
XYZ1.280.912.49-
YUV24.86138.8133.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.11%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=35.11%
G=18.09%
B=46.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3317440.250.6100.83275.5644.2611.96
Hex21112C193D0531142cc
Octal412154317501234245414
Binary1000011000110110011001111101010100111000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21112C; }

 p { color: rgb(33,17,44); }

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

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

 a { background-color: rgb(33,17,44); }

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

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

 span { border-color: rgb(33,17,44); }

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