#140A09

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

Shades of Black #140A09

Tints of Black #140A09

Color information

#140A09 (or 0x140A09) is unknown color: approx Black. HEX triplet: 14, 0A and 09. RGB value is (20,10,9). Sum of RGB (Red+Green+Blue) = 20+10+9=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A09 is #EBF5F6. Grayscale: #0C0C0C. Windows color (decimal): -15463927 or 592404. OLE color: 592404.

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

Color convert

RGB20109-
CMYK00.500.550.92
HSL5.45º37.93%5.69%-
HSV(B)5.45º55%7.84%-
XYZ0.450.390.31-
YUV12.88125.81133.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=51.28%
G=25.64%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2010900.500.550.925.4537.935.69
Hex14A9032375C5266
Octal241211062671345466
Binary101001010100101100101101111011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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