#140F0E

Color #140F0E Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #140F0E

Tints of Black #140F0E

Color information

#140F0E (or 0x140F0E) is unknown color: approx Black. HEX triplet: 14, 0F and 0E. RGB value is (20,15,14). Sum of RGB (Red+Green+Blue) = 20+15+14=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F0E is #EBF0F1. Grayscale: #101010. Windows color (decimal): -15462642 or 921364. OLE color: 921364.

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

Color convert

RGB201514-
CMYK00.250.300.92
HSL10º17.65%6.67%-
HSV(B)10º30%7.84%-
XYZ0.540.520.49-
YUV16.38126.66130.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=40.82%
G=30.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151400.250.300.921017.656.67
Hex14FE0191E5Ca127
Octal2417160313613412227
Binary1010011111110011001111101011100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F0E; }

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

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

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

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

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

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

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

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