#241C16

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

Shades of Bokara Grey #241C16

Tints of Bokara Grey #241C16

Color information

#241C16 (or 0x241C16) is unknown color: approx Bokara Grey. HEX triplet: 24, 1C and 16. RGB value is (36,28,22). Sum of RGB (Red+Green+Blue) = 36+28+22=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C16 is #DBE3E9. Grayscale: #1D1D1D. Windows color (decimal): -14410730 or 1448996. OLE color: 1448996.

HSL color Cylindrical-coordinate representation of color #241C16: hue angle of 25.71º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241C16 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB362822-
CMYK00.220.390.86
HSL25.71º24.14%11.37%-
HSV(B)25.71º38.89%14.12%-
XYZ1.291.260.94-
YUV29.71123.65132.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 22 (8.98% from 255) = 25.58%
R=41.86%
G=32.56%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282200.220.390.8625.7124.1411.37
Hex241C1601627561a18b
Octal44342602647126323013
Binary1001001110010110010110100111101011011010110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241C16; }

 p { color: rgb(36,28,22); }

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

<style>
 a { background-color: #241C16; }

 a { background-color: rgb(36,28,22); }

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

<style>
 span { border-color: #241C16; }

 span { border-color: rgb(36,28,22); }

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