#181512

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

Shades of Bokara Grey #181512

Tints of Bokara Grey #181512

Color information

#181512 (or 0x181512) is unknown color: approx Bokara Grey. HEX triplet: 18, 15 and 12. RGB value is (24,21,18). Sum of RGB (Red+Green+Blue) = 24+21+18=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 24 - color contains mainly: red. Hex color #181512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181512 is #E7EAED. Grayscale: #151515. Windows color (decimal): -15198958 or 1185048. OLE color: 1185048.

HSL color Cylindrical-coordinate representation of color #181512: hue angle of 30º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181512 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB242118-
CMYK00.130.250.91
HSL30º14.29%8.24%-
HSV(B)30º25%9.41%-
XYZ0.750.770.68-
YUV21.56125.99129.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24211800.130.250.913014.298.24
Hex1815120D195B1ee8
Octal30252201531133361610
Binary110001010110010011011100110110111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181512; }

 p { color: rgb(24,21,18); }

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

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

 a { background-color: rgb(24,21,18); }

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

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

 span { border-color: rgb(24,21,18); }

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