#130D0C

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

Shades of Black #130D0C

Tints of Black #130D0C

Color information

#130D0C (or 0x130D0C) is unknown color: approx Black. HEX triplet: 13, 0D and 0C. RGB value is (19,13,12). Sum of RGB (Red+Green+Blue) = 19+13+12=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0C is #ECF2F3. Grayscale: #0E0E0E. Windows color (decimal): -15528692 or 789779. OLE color: 789779.

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

Color convert

RGB191312-
CMYK00.320.370.93
HSL8.57º22.58%6.08%-
HSV(B)8.57º36.84%7.45%-
XYZ0.480.450.41-
YUV14.68126.49131.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 12 (5.08% from 255) = 27.27%
R=43.18%
G=29.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131200.320.370.938.5722.586.08
Hex13DC020255D9176
Octal2315140404513511276
Binary100111101110001000001001011011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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