#130701

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

Shades of Black #130701

Tints of Black #130701

Color information

#130701 (or 0x130701) is unknown color: approx Black. HEX triplet: 13, 07 and 01. RGB value is (19,7,1). Sum of RGB (Red+Green+Blue) = 19+7+1=27 (3% of max value = 765). Red value is 19 (7.81% from 255 or 70.37% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 19 - color contains mainly: red. Hex color #130701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130701 is #ECF8FE. Grayscale: #090909. Windows color (decimal): -15530239 or 67347. OLE color: 67347.

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

Color convert

RGB1971-
CMYK00.630.950.93
HSL20º90%3.92%-
HSV(B)20º94.74%7.45%-
XYZ0.350.290.07-
YUV9.9122.98134.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 70.37%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=70.37%
G=25.93%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197100.630.950.9320903.92
Hex137103F5F5D145a4
Octal2371077137135241324
Binary100111111011111110111111011101101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130701; }

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

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

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

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

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

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

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

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