#110702

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

Shades of Black #110702

Tints of Black #110702

Color information

#110702 (or 0x110702) is unknown color: approx Black. HEX triplet: 11, 07 and 02. RGB value is (17,7,2). Sum of RGB (Red+Green+Blue) = 17+7+2=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110702 is #EEF8FD. Grayscale: #090909. Windows color (decimal): -15661310 or 132881. OLE color: 132881.

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

Color convert

RGB1772-
CMYK00.590.880.93
HSL20º78.95%3.73%-
HSV(B)20º88.24%6.67%-
XYZ0.320.280.09-
YUV9.42123.81133.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 7 (3.12% from 255) = 26.92%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=65.38%
G=26.92%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177200.590.880.932078.953.73
Hex117203B585D144f4
Octal2172073130135241174
Binary1000111110011101110110001011101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110702; }

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

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

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

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

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

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

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

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