#18130C

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

Shades of Bokara Grey #18130C

Tints of Bokara Grey #18130C

Color information

#18130C (or 0x18130C) is unknown color: approx Bokara Grey. HEX triplet: 18, 13 and 0C. RGB value is (24,19,12). Sum of RGB (Red+Green+Blue) = 24+19+12=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130C is #E7ECF3. Grayscale: #131313. Windows color (decimal): -15199476 or 791320. OLE color: 791320.

HSL color Cylindrical-coordinate representation of color #18130C: hue angle of 35º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18130C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB241912-
CMYK00.210.500.91
HSL35º33.33%7.06%-
HSV(B)35º50%9.41%-
XYZ0.680.690.44-
YUV19.7123.66131.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=43.64%
G=34.55%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24191200.210.500.913533.337.06
Hex1813C015325B23217
Octal3023140256213343417
Binary110001001111000101011100101011011100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18130C; }

 p { color: rgb(24,19,12); }

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

<style>
 a { background-color: #18130C; }

 a { background-color: rgb(24,19,12); }

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

<style>
 span { border-color: #18130C; }

 span { border-color: rgb(24,19,12); }

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