#211914

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

Shades of Bokara Grey #211914

Tints of Bokara Grey #211914

Color information

#211914 (or 0x211914) is unknown color: approx Bokara Grey. HEX triplet: 21, 19 and 14. RGB value is (33,25,20). Sum of RGB (Red+Green+Blue) = 33+25+20=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211914 is #DEE6EB. Grayscale: #1A1A1A. Windows color (decimal): -14608108 or 1317153. OLE color: 1317153.

HSL color Cylindrical-coordinate representation of color #211914: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211914 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB332520-
CMYK00.240.390.87
HSL23.08º24.53%10.39%-
HSV(B)23.08º39.39%12.94%-
XYZ1.11.070.81-
YUV26.82124.15132.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=42.31%
G=32.05%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33252000.240.390.8723.0824.5310.39
Hex21191401827571719a
Octal41312403047127273112
Binary1000011100110100011000100111101011110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211914; }

 p { color: rgb(33,25,20); }

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

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

 a { background-color: rgb(33,25,20); }

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

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

 span { border-color: rgb(33,25,20); }

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