#140E0E

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

Shades of Black #140E0E

Tints of Black #140E0E

Color information

#140E0E (or 0x140E0E) is unknown color: approx Black. HEX triplet: 14, 0E and 0E. RGB value is (20,14,14). Sum of RGB (Red+Green+Blue) = 20+14+14=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0E is #EBF1F1. Grayscale: #0F0F0F. Windows color (decimal): -15462898 or 921108. OLE color: 921108.

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

Color convert

RGB201414-
CMYK00.300.300.92
HSL17.65%6.67%-
HSV(B)30%7.84%-
XYZ0.520.490.48-
YUV15.79126.99131-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20141400.300.300.92017.656.67
Hex14EE01E1E5C0127
Octal241616036361340227
Binary1010011101110011110111101011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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