#14120F

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

Shades of Bokara Grey #14120F

Tints of Bokara Grey #14120F

Color information

#14120F (or 0x14120F) is unknown color: approx Bokara Grey. HEX triplet: 14, 12 and 0F. RGB value is (20,18,15). Sum of RGB (Red+Green+Blue) = 20+18+15=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #14120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14120F is #EBEDF0. Grayscale: #121212. Windows color (decimal): -15461873 or 987668. OLE color: 987668.

HSL color Cylindrical-coordinate representation of color #14120F: hue angle of 36º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #14120F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB201815-
CMYK00.100.250.92
HSL36º14.29%6.86%-
HSV(B)36º25%7.84%-
XYZ0.590.620.54-
YUV18.26126.16129.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=37.74%
G=33.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20181500.100.250.923614.296.86
Hex1412F0A195C24e7
Octal2422170123113444167
Binary10100100101111010101100110111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14120F; }

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

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

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

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

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

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

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

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