#130702

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

Shades of Black #130702

Tints of Black #130702

Color information

#130702 (or 0x130702) is unknown color: approx Black. HEX triplet: 13, 07 and 02. RGB value is (19,7,2). Sum of RGB (Red+Green+Blue) = 19+7+2=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130702 is #ECF8FD. Grayscale: #0A0A0A. Windows color (decimal): -15530238 or 132883. OLE color: 132883.

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

Color convert

RGB1972-
CMYK00.630.890.93
HSL17.65º80.95%4.12%-
HSV(B)17.65º89.47%7.45%-
XYZ0.360.290.1-
YUV10.02123.48134.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 67.86%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=67.86%
G=25%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal197200.630.890.9317.6580.954.12
Hex137203F595D12514
Octal2372077131135221214
Binary1001111110011111110110011011101100101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130702; }

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

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

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

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

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

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

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

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