#140D09

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

Shades of Black #140D09

Tints of Black #140D09

Color information

#140D09 (or 0x140D09) is unknown color: approx Black. HEX triplet: 14, 0D and 09. RGB value is (20,13,9). Sum of RGB (Red+Green+Blue) = 20+13+9=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D09 is #EBF2F6. Grayscale: #0E0E0E. Windows color (decimal): -15463159 or 593172. OLE color: 593172.

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

Color convert

RGB20139-
CMYK00.350.550.92
HSL21.82º37.93%5.69%-
HSV(B)21.82º55%7.84%-
XYZ0.480.460.32-
YUV14.64124.82131.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=47.62%
G=30.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2013900.350.550.9221.8237.935.69
Hex14D9023375C16266
Octal2415110436713426466
Binary10100110110010100011110111101110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,13,9); }

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

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

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

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

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

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

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