#211B15

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

Shades of Bokara Grey #211B15

Tints of Bokara Grey #211B15

Color information

#211B15 (or 0x211B15) is unknown color: approx Bokara Grey. HEX triplet: 21, 1B and 15. RGB value is (33,27,21). Sum of RGB (Red+Green+Blue) = 33+27+21=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B15 is #DEE4EA. Grayscale: #1C1C1C. Windows color (decimal): -14607595 or 1383201. OLE color: 1383201.

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

Color convert

RGB332721-
CMYK00.180.360.87
HSL30º22.22%10.59%-
HSV(B)30º36.36%12.94%-
XYZ1.151.160.87-
YUV28.11123.99131.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=40.74%
G=33.33%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33272100.180.360.873022.2210.59
Hex211B1501224571e16b
Octal41332502244127362613
Binary1000011101110101010010100100101011111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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