#140A0A

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

Shades of Black #140A0A

Tints of Black #140A0A

Color information

#140A0A (or 0x140A0A) is unknown color: approx Black. HEX triplet: 14, 0A and 0A. RGB value is (20,10,10). Sum of RGB (Red+Green+Blue) = 20+10+10=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A0A is #EBF5F5. Grayscale: #0C0C0C. Windows color (decimal): -15463926 or 657940. OLE color: 657940.

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

Color convert

RGB201010-
CMYK00.500.500.92
HSL33.33%5.88%-
HSV(B)50%7.84%-
XYZ0.450.390.34-
YUV12.99126.31133-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20101000.500.500.92033.335.88
Hex14AA032325C0216
Octal241212062621340416
Binary1010010101010011001011001010111000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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