#130605

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

Shades of Black #130605

Tints of Black #130605

Color information

#130605 (or 0x130605) is unknown color: approx Black. HEX triplet: 13, 06 and 05. RGB value is (19,6,5). Sum of RGB (Red+Green+Blue) = 19+6+5=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130605 is #ECF9FA. Grayscale: #090909. Windows color (decimal): -15530491 or 329235. OLE color: 329235.

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

Color convert

RGB1965-
CMYK00.680.740.93
HSL4.29º58.33%4.71%-
HSV(B)4.29º73.68%7.45%-
XYZ0.360.280.18-
YUV9.77125.31134.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 16.67%
R=63.33%
G=20%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal196500.680.740.934.2958.334.71
Hex13650444A5D43a5
Octal236501041121354725
Binary100111101010100010010010101011101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130605; }

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

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

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

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

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

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

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

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