#130A04

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

Shades of Black #130A04

Tints of Black #130A04

Color information

#130A04 (or 0x130A04) is unknown color: approx Black. HEX triplet: 13, 0A and 04. RGB value is (19,10,4). Sum of RGB (Red+Green+Blue) = 19+10+4=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #130A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A04 is #ECF5FB. Grayscale: #0C0C0C. Windows color (decimal): -15529468 or 264723. OLE color: 264723.

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

Color convert

RGB19104-
CMYK00.470.790.93
HSL24º65.22%4.51%-
HSV(B)24º78.95%7.45%-
XYZ0.40.360.16-
YUV12.01123.48132.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 4 (1.95% from 255) = 12.12%
R=57.58%
G=30.30%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1910400.470.790.932465.224.51
Hex13A402F4F5D18415
Octal23124057117135301015
Binary100111010100010111110011111011101110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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