#241C14

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

Shades of Bokara Grey #241C14

Tints of Bokara Grey #241C14

Color information

#241C14 (or 0x241C14) is unknown color: approx Bokara Grey. HEX triplet: 24, 1C and 14. RGB value is (36,28,20). Sum of RGB (Red+Green+Blue) = 36+28+20=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C14 is #DBE3EB. Grayscale: #1D1D1D. Windows color (decimal): -14410732 or 1317924. OLE color: 1317924.

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

Color convert

RGB362820-
CMYK00.220.440.86
HSL30º28.57%10.98%-
HSV(B)30º44.44%14.12%-
XYZ1.271.260.84-
YUV29.48122.65132.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282000.220.440.863028.5710.98
Hex241C140162C561e1db
Octal44342402654126363513
Binary1001001110010100010110101100101011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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