#130604

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

Shades of Black #130604

Tints of Black #130604

Color information

#130604 (or 0x130604) is unknown color: approx Black. HEX triplet: 13, 06 and 04. RGB value is (19,6,4). Sum of RGB (Red+Green+Blue) = 19+6+4=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130604 is #ECF9FB. Grayscale: #090909. Windows color (decimal): -15530492 or 263699. OLE color: 263699.

HSL color Cylindrical-coordinate representation of color #130604: hue angle of 8º 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 #130604 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB1964-
CMYK00.680.790.93
HSL65.22%4.51%-
HSV(B)78.95%7.45%-
XYZ0.360.280.15-
YUV9.66124.81134.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 65.52%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=65.52%
G=20.69%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal196400.680.790.93865.224.51
Hex13640444F5D8415
Octal23640104117135101015
Binary10011110100010001001001111101110110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130604; }

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

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

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

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

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

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

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

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