#140D08

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

Shades of Black #140D08

Tints of Black #140D08

Color information

#140D08 (or 0x140D08) is unknown color: approx Black. HEX triplet: 14, 0D and 08. RGB value is (20,13,8). Sum of RGB (Red+Green+Blue) = 20+13+8=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D08 is #EBF2F7. Grayscale: #0E0E0E. Windows color (decimal): -15463160 or 527636. OLE color: 527636.

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

Color convert

RGB20138-
CMYK00.350.600.92
HSL25º42.86%5.49%-
HSV(B)25º60%7.84%-
XYZ0.480.450.29-
YUV14.52124.32131.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=48.78%
G=31.71%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2013800.350.600.922542.865.49
Hex14D80233C5C192b5
Octal2415100437413431535
Binary10100110110000100011111100101110011001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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