#130C0A

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

Shades of Black #130C0A

Tints of Black #130C0A

Color information

#130C0A (or 0x130C0A) is unknown color: approx Black. HEX triplet: 13, 0C and 0A. RGB value is (19,12,10). Sum of RGB (Red+Green+Blue) = 19+12+10=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C0A is #ECF3F5. Grayscale: #0D0D0D. Windows color (decimal): -15528950 or 658451. OLE color: 658451.

HSL color Cylindrical-coordinate representation of color #130C0A: hue angle of 13.33º 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 #130C0A is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB191210-
CMYK00.370.470.93
HSL13.33º31.03%5.69%-
HSV(B)13.33º47.37%7.45%-
XYZ0.450.420.34-
YUV13.86125.82131.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=46.34%
G=29.27%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121000.370.470.9313.3331.035.69
Hex13CA0252F5Dd1f6
Octal2314120455713515376
Binary100111100101001001011011111011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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