#241C13

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

Shades of Bokara Grey #241C13

Tints of Bokara Grey #241C13

Color information

#241C13 (or 0x241C13) is unknown color: approx Bokara Grey. HEX triplet: 24, 1C and 13. RGB value is (36,28,19). Sum of RGB (Red+Green+Blue) = 36+28+19=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C13 is #DBE3EC. Grayscale: #1D1D1D. Windows color (decimal): -14410733 or 1252388. OLE color: 1252388.

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

Color convert

RGB362819-
CMYK00.220.470.86
HSL31.76º30.91%10.78%-
HSV(B)31.76º47.22%14.12%-
XYZ1.261.250.79-
YUV29.37122.15132.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=43.37%
G=33.73%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36281900.220.470.8631.7630.9110.78
Hex241C130162F56201fb
Octal44342302657126403713
Binary10010011100100110101101011111010110100000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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