#140D0D

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

Shades of Black #140D0D

Tints of Black #140D0D

Color information

#140D0D (or 0x140D0D) is unknown color: approx Black. HEX triplet: 14, 0D and 0D. RGB value is (20,13,13). Sum of RGB (Red+Green+Blue) = 20+13+13=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D0D is #EBF2F2. Grayscale: #0F0F0F. Windows color (decimal): -15463155 or 855316. OLE color: 855316.

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

Color convert

RGB201313-
CMYK00.350.350.92
HSL21.21%6.47%-
HSV(B)35%7.84%-
XYZ0.510.470.44-
YUV15.09126.82131.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=43.48%
G=28.26%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20131300.350.350.92021.216.47
Hex14DD023235C0156
Octal241515043431340256
Binary101001101110101000111000111011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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