#211B18

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

Shades of Bokara Grey #211B18

Tints of Bokara Grey #211B18

Color information

#211B18 (or 0x211B18) is unknown color: approx Bokara Grey. HEX triplet: 21, 1B and 18. RGB value is (33,27,24). Sum of RGB (Red+Green+Blue) = 33+27+24=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B18 is #DEE4E7. Grayscale: #1C1C1C. Windows color (decimal): -14607592 or 1579809. OLE color: 1579809.

HSL color Cylindrical-coordinate representation of color #211B18: hue angle of 20º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #211B18 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB332724-
CMYK00.180.270.87
HSL20º15.79%11.18%-
HSV(B)20º27.27%12.94%-
XYZ1.181.171.03-
YUV28.45125.49131.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33272400.180.270.872015.7911.18
Hex211B180121B571410b
Octal41333002233127242013
Binary100001110111100001001011011101011110100100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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