#130700

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

Shades of Black #130700

Tints of Black #130700

Color information

#130700 (or 0x130700) is unknown color: approx Black. HEX triplet: 13, 07 and 00. RGB value is (19,7,0). Sum of RGB (Red+Green+Blue) = 19+7+0=26 (3% of max value = 765). Red value is 19 (7.81% from 255 or 73.08% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 19 - color contains mainly: red. Hex color #130700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130700 is #ECF8FF. Grayscale: #090909. Windows color (decimal): -15530240 or 1811. OLE color: 1811.

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

Color convert

RGB1970-
CMYK00.6310.93
HSL22.11º100%3.73%-
HSV(B)22.11º100%7.45%-
XYZ0.340.290.04-
YUV9.79122.48134.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 73.08%
GREEN value IS 7 (3.12% from 255) = 26.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.08%
G=26.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197000.6310.9322.111003.73
Hex137003F645D16644
Octal2370077144135261444
Binary100111110011111111001001011101101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130700; }

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

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

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

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

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

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

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

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