#211E1B

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

Shades of Bokara Grey #211E1B

Tints of Bokara Grey #211E1B

Color information

#211E1B (or 0x211E1B) is unknown color: approx Bokara Grey. HEX triplet: 21, 1E and 1B. RGB value is (33,30,27). Sum of RGB (Red+Green+Blue) = 33+30+27=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1B is #DEE1E4. Grayscale: #1E1E1E. Windows color (decimal): -14606821 or 1777185. OLE color: 1777185.

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

Color convert

RGB333027-
CMYK00.090.180.87
HSL30º10%11.76%-
HSV(B)30º18.18%12.94%-
XYZ1.291.331.23-
YUV30.55125.99129.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33302700.090.180.87301011.76
Hex211E1B0912571eac
Octal41363301122127361214
Binary1000011111011011010011001010101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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