#14110E

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

Shades of Bokara Grey #14110E

Tints of Bokara Grey #14110E

Color information

#14110E (or 0x14110E) is unknown color: approx Bokara Grey. HEX triplet: 14, 11 and 0E. RGB value is (20,17,14). Sum of RGB (Red+Green+Blue) = 20+17+14=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #14110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110E is #EBEEF1. Grayscale: #111111. Windows color (decimal): -15462130 or 921876. OLE color: 921876.

HSL color Cylindrical-coordinate representation of color #14110E: hue angle of 30º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #14110E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB201714-
CMYK00.150.300.92
HSL30º17.65%6.67%-
HSV(B)30º30%7.84%-
XYZ0.570.580.5-
YUV17.56125.99129.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=39.22%
G=33.33%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20171400.150.300.923017.656.67
Hex1411E0F1E5C1e127
Octal2421160173613436227
Binary10100100011110011111111010111001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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