#211C17

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

Shades of Bokara Grey #211C17

Tints of Bokara Grey #211C17

Color information

#211C17 (or 0x211C17) is unknown color: approx Bokara Grey. HEX triplet: 21, 1C and 17. RGB value is (33,28,23). Sum of RGB (Red+Green+Blue) = 33+28+23=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #211C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C17 is #DEE3E8. Grayscale: #1C1C1C. Windows color (decimal): -14607337 or 1514529. OLE color: 1514529.

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

Color convert

RGB332823-
CMYK00.150.300.87
HSL30º17.86%10.98%-
HSV(B)30º30.3%12.94%-
XYZ1.21.220.98-
YUV28.92124.66130.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 27.38%
R=39.29%
G=33.33%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33282300.150.300.873017.8610.98
Hex211C170F1E571e12b
Octal41342701736127362213
Binary10000111100101110111111110101011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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