#181412

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

Shades of Bokara Grey #181412

Tints of Bokara Grey #181412

Color information

#181412 (or 0x181412) is unknown color: approx Bokara Grey. HEX triplet: 18, 14 and 12. RGB value is (24,20,18). Sum of RGB (Red+Green+Blue) = 24+20+18=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181412 is #E7EBED. Grayscale: #141414. Windows color (decimal): -15199214 or 1184792. OLE color: 1184792.

HSL color Cylindrical-coordinate representation of color #181412: hue angle of 20º 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 #181412 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB242018-
CMYK00.170.250.91
HSL20º14.29%8.24%-
HSV(B)20º25%9.41%-
XYZ0.740.740.68-
YUV20.97126.33130.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24201800.170.250.912014.298.24
Hex181412011195B14e8
Octal30242202131133241610
Binary1100010100100100100011100110110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181412; }

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

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

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

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

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

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

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

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