#140C0A

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

Shades of Black #140C0A

Tints of Black #140C0A

Color information

#140C0A (or 0x140C0A) is unknown color: approx Black. HEX triplet: 14, 0C and 0A. RGB value is (20,12,10). Sum of RGB (Red+Green+Blue) = 20+12+10=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0A is #EBF3F5. Grayscale: #0E0E0E. Windows color (decimal): -15463414 or 658452. OLE color: 658452.

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

Color convert

RGB201210-
CMYK00.400.500.92
HSL12º33.33%5.88%-
HSV(B)12º50%7.84%-
XYZ0.470.430.35-
YUV14.16125.65132.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 12 (5.08% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=47.62%
G=28.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20121000.400.500.921233.335.88
Hex14CA028325Cc216
Octal2414120506213414416
Binary1010011001010010100011001010111001100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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