#140E0B

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

Shades of Black #140E0B

Tints of Black #140E0B

Color information

#140E0B (or 0x140E0B) is unknown color: approx Black. HEX triplet: 14, 0E and 0B. RGB value is (20,14,11). Sum of RGB (Red+Green+Blue) = 20+14+11=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0B is #EBF1F4. Grayscale: #0F0F0F. Windows color (decimal): -15462901 or 724500. OLE color: 724500.

HSL color Cylindrical-coordinate representation of color #140E0B: hue angle of 20º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140E0B is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB201411-
CMYK00.300.450.92
HSL20º29.03%6.08%-
HSV(B)20º45%7.84%-
XYZ0.510.490.38-
YUV15.45125.49131.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=44.44%
G=31.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20141100.300.450.922029.036.08
Hex14EB01E2D5C141d6
Octal2416130365513424356
Binary101001110101101111010110110111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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