#130A06

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

Shades of Black #130A06

Tints of Black #130A06

Color information

#130A06 (or 0x130A06) is unknown color: approx Black. HEX triplet: 13, 0A and 06. RGB value is (19,10,6). Sum of RGB (Red+Green+Blue) = 19+10+6=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A06 is #ECF5F9. Grayscale: #0C0C0C. Windows color (decimal): -15529466 or 395795. OLE color: 395795.

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

Color convert

RGB19106-
CMYK00.470.680.93
HSL18.46º52%4.9%-
HSV(B)18.46º68.42%7.45%-
XYZ0.410.370.22-
YUV12.23124.48132.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 10 (4.30% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=54.29%
G=28.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1910600.470.680.9318.46524.9
Hex13A602F445D12345
Octal2312605710413522645
Binary10011101011001011111000100101110110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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