#241E19

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

Shades of Bokara Grey #241E19

Tints of Bokara Grey #241E19

Color information

#241E19 (or 0x241E19) is unknown color: approx Bokara Grey. HEX triplet: 24, 1E and 19. RGB value is (36,30,25). Sum of RGB (Red+Green+Blue) = 36+30+25=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E19 is #DBE1E6. Grayscale: #1F1F1F. Windows color (decimal): -14410215 or 1646116. OLE color: 1646116.

HSL color Cylindrical-coordinate representation of color #241E19: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #241E19 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB363025-
CMYK00.170.310.86
HSL27.27º18.03%11.96%-
HSV(B)27.27º30.56%14.12%-
XYZ1.371.371.11-
YUV31.22124.49131.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=39.56%
G=32.97%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36302500.170.310.8627.2718.0311.96
Hex241E190111F561b12c
Octal44363102137126332214
Binary100100111101100101000111111101011011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,30,25); }

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

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

 a { background-color: rgb(36,30,25); }

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

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

 span { border-color: rgb(36,30,25); }

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