#14110F

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

Shades of Bokara Grey #14110F

Tints of Bokara Grey #14110F

Color information

#14110F (or 0x14110F) is unknown color: approx Bokara Grey. HEX triplet: 14, 11 and 0F. RGB value is (20,17,15). Sum of RGB (Red+Green+Blue) = 20+17+15=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #14110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14110F is #EBEEF0. Grayscale: #111111. Windows color (decimal): -15462129 or 987412. OLE color: 987412.

HSL color Cylindrical-coordinate representation of color #14110F: hue angle of 24º 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 #14110F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB201715-
CMYK00.150.250.92
HSL24º14.29%6.86%-
HSV(B)24º25%7.84%-
XYZ0.580.580.53-
YUV17.67126.49129.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 17 (7.03% from 255) = 32.69%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=38.46%
G=32.69%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20171500.150.250.922414.296.86
Hex1411F0F195C18e7
Octal2421170173113430167
Binary1010010001111101111110011011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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