#18140E

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

Shades of Bokara Grey #18140E

Tints of Bokara Grey #18140E

Color information

#18140E (or 0x18140E) is unknown color: approx Bokara Grey. HEX triplet: 18, 14 and 0E. RGB value is (24,20,14). Sum of RGB (Red+Green+Blue) = 24+20+14=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #18140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18140E is #E7EBF1. Grayscale: #141414. Windows color (decimal): -15199218 or 922648. OLE color: 922648.

HSL color Cylindrical-coordinate representation of color #18140E: hue angle of 36º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #18140E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB242014-
CMYK00.170.420.91
HSL36º26.32%7.45%-
HSV(B)36º41.67%9.41%-
XYZ0.710.730.52-
YUV20.51124.33130.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=41.38%
G=34.48%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24201400.170.420.913626.327.45
Hex1814E0112A5B241a7
Octal3024160215213344327
Binary11000101001110010001101010101101110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18140E; }

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

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

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

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

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

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

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

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