#211912

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

Shades of Bokara Grey #211912

Tints of Bokara Grey #211912

Color information

#211912 (or 0x211912) is unknown color: approx Bokara Grey. HEX triplet: 21, 19 and 12. RGB value is (33,25,18). Sum of RGB (Red+Green+Blue) = 33+25+18=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211912 is #DEE6ED. Grayscale: #1A1A1A. Windows color (decimal): -14608110 or 1186081. OLE color: 1186081.

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

Color convert

RGB332518-
CMYK00.240.450.87
HSL28º29.41%10%-
HSV(B)28º45.45%12.94%-
XYZ1.081.060.72-
YUV26.59123.15132.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=43.42%
G=32.89%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33251800.240.450.872829.4110
Hex2119120182D571c1da
Octal41312203055127343512
Binary1000011100110010011000101101101011111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211912; }

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

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

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

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

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

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

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

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