#24211F

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

Shades of Bokara Grey #24211F

Tints of Bokara Grey #24211F

Color information

#24211F (or 0x24211F) is unknown color: approx Bokara Grey. HEX triplet: 24, 21 and 1F. RGB value is (36,33,31). Sum of RGB (Red+Green+Blue) = 36+33+31=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 36 - color contains mainly: red. Hex color #24211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24211F is #DBDEE0. Grayscale: #212121. Windows color (decimal): -14409441 or 2040100. OLE color: 2040100.

HSL color Cylindrical-coordinate representation of color #24211F: hue angle of 24º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #24211F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB363331-
CMYK00.080.140.86
HSL24º7.46%13.14%-
HSV(B)24º13.89%14.12%-
XYZ1.521.561.52-
YUV33.67126.49129.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 31 (12.5% from 255) = 31%
R=36%
G=33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36333100.080.140.86247.4613.14
Hex24211F08E56187d
Octal4441370101612630715
Binary100100100001111110100011101010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24211F; }

 p { color: rgb(36,33,31); }

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

<style>
 a { background-color: #24211F; }

 a { background-color: rgb(36,33,31); }

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

<style>
 span { border-color: #24211F; }

 span { border-color: rgb(36,33,31); }

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