#130601

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

Shades of Black #130601

Tints of Black #130601

Color information

#130601 (or 0x130601) is unknown color: approx Black. HEX triplet: 13, 06 and 01. RGB value is (19,6,1). Sum of RGB (Red+Green+Blue) = 19+6+1=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130601 is #ECF9FE. Grayscale: #090909. Windows color (decimal): -15530495 or 67091. OLE color: 67091.

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

Color convert

RGB1961-
CMYK00.680.950.93
HSL16.67º90%3.92%-
HSV(B)16.67º94.74%7.45%-
XYZ0.340.270.06-
YUV9.32123.31134.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 73.08%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=73.08%
G=23.08%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal196100.680.950.9316.67903.92
Hex13610445F5D115a4
Octal23610104137135211324
Binary1001111010100010010111111011101100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130601; }

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

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

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

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

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

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

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

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