#241B13

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

Shades of Bokara Grey #241B13

Tints of Bokara Grey #241B13

Color information

#241B13 (or 0x241B13) is unknown color: approx Bokara Grey. HEX triplet: 24, 1B and 13. RGB value is (36,27,19). Sum of RGB (Red+Green+Blue) = 36+27+19=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B13 is #DBE4EC. Grayscale: #1C1C1C. Windows color (decimal): -14410989 or 1252132. OLE color: 1252132.

HSL color Cylindrical-coordinate representation of color #241B13: hue angle of 28.24º 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 #241B13 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB362719-
CMYK00.250.470.86
HSL28.24º30.91%10.78%-
HSV(B)28.24º47.22%14.12%-
XYZ1.241.210.78-
YUV28.78122.48133.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=43.90%
G=32.93%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36271900.250.470.8628.2430.9110.78
Hex241B130192F561c1fb
Octal44332303157126343713
Binary1001001101110011011001101111101011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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