#211E1A

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

Shades of Bokara Grey #211E1A

Tints of Bokara Grey #211E1A

Color information

#211E1A (or 0x211E1A) is unknown color: approx Bokara Grey. HEX triplet: 21, 1E and 1A. RGB value is (33,30,26). Sum of RGB (Red+Green+Blue) = 33+30+26=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1A is #DEE1E5. Grayscale: #1E1E1E. Windows color (decimal): -14606822 or 1711649. OLE color: 1711649.

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

Color convert

RGB333026-
CMYK00.090.210.87
HSL34.29º11.86%11.57%-
HSV(B)34.29º21.21%12.94%-
XYZ1.281.331.17-
YUV30.44125.49129.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=37.08%
G=33.71%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33302600.090.210.8734.2911.8611.57
Hex211E1A09155722cc
Octal41363201125127421414
Binary10000111110110100100110101101011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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