#211E1C

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

Shades of Bokara Grey #211E1C

Tints of Bokara Grey #211E1C

Color information

#211E1C (or 0x211E1C) is unknown color: approx Bokara Grey. HEX triplet: 21, 1E and 1C. RGB value is (33,30,28). Sum of RGB (Red+Green+Blue) = 33+30+28=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1C is #DEE1E3. Grayscale: #1E1E1E. Windows color (decimal): -14606820 or 1842721. OLE color: 1842721.

HSL color Cylindrical-coordinate representation of color #211E1C: hue angle of 24º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #211E1C is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB333028-
CMYK00.090.150.87
HSL24º8.2%11.96%-
HSV(B)24º15.15%12.94%-
XYZ1.31.341.29-
YUV30.67126.49129.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=36.26%
G=32.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33302800.090.150.87248.211.96
Hex211E1C09F57188c
Octal41363401117127301014
Binary100001111101110001001111110101111100010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E1C; }

 p { color: rgb(33,30,28); }

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

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

 a { background-color: rgb(33,30,28); }

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

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

 span { border-color: rgb(33,30,28); }

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