#130D0A

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

Shades of Black #130D0A

Tints of Black #130D0A

Color information

#130D0A (or 0x130D0A) is unknown color: approx Black. HEX triplet: 13, 0D and 0A. RGB value is (19,13,10). Sum of RGB (Red+Green+Blue) = 19+13+10=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0A is #ECF2F5. Grayscale: #0E0E0E. Windows color (decimal): -15528694 or 658707. OLE color: 658707.

HSL color Cylindrical-coordinate representation of color #130D0A: hue angle of 20º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130D0A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB191310-
CMYK00.320.470.93
HSL20º31.03%5.69%-
HSV(B)20º47.37%7.45%-
XYZ0.470.450.35-
YUV14.45125.49131.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=45.24%
G=30.95%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131000.320.470.932031.035.69
Hex13DA0202F5D141f6
Octal2315120405713524376
Binary1001111011010010000010111110111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130D0A; }

 p { color: rgb(19,13,10); }

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

<style>
 a { background-color: #130D0A; }

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

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

<style>
 span { border-color: #130D0A; }

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

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