#211812

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

Shades of Bokara Grey #211812

Tints of Bokara Grey #211812

Color information

#211812 (or 0x211812) is unknown color: approx Bokara Grey. HEX triplet: 21, 18 and 12. RGB value is (33,24,18). Sum of RGB (Red+Green+Blue) = 33+24+18=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211812 is #DEE7ED. Grayscale: #1A1A1A. Windows color (decimal): -14608366 or 1185825. OLE color: 1185825.

HSL color Cylindrical-coordinate representation of color #211812: hue angle of 24º 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 #211812 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB332418-
CMYK00.270.450.87
HSL24º29.41%10%-
HSV(B)24º45.45%12.94%-
XYZ1.061.020.71-
YUV26.01123.48132.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 18 (7.42% from 255) = 24%
R=44%
G=32%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33241800.270.450.872429.4110
Hex21181201B2D57181da
Octal41302203355127303512
Binary1000011100010010011011101101101011111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211812; }

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

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

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

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

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

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

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

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