#241B12

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

Shades of Bokara Grey #241B12

Tints of Bokara Grey #241B12

Color information

#241B12 (or 0x241B12) is unknown color: approx Bokara Grey. HEX triplet: 24, 1B and 12. RGB value is (36,27,18). Sum of RGB (Red+Green+Blue) = 36+27+18=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B12 is #DBE4ED. Grayscale: #1C1C1C. Windows color (decimal): -14410990 or 1186596. OLE color: 1186596.

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

Color convert

RGB362718-
CMYK00.250.50.86
HSL30º33.33%10.59%-
HSV(B)30º50%14.12%-
XYZ1.231.20.74-
YUV28.66121.98133.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 27 (10.94% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36271800.250.50.863033.3310.59
Hex241B1201932561e21b
Octal44332203162126364113
Binary10010011011100100110011100101010110111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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