#110202

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

Shades of Black #110202

Tints of Black #110202

Color information

#110202 (or 0x110202) is unknown color: approx Black. HEX triplet: 11, 02 and 02. RGB value is (17,2,2). Sum of RGB (Red+Green+Blue) = 17+2+2=21 (2% of max value = 765). Red value is 17 (7.03% from 255 or 80.95% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 17 - color contains mainly: red. Hex color #110202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110202 is #EEFDFD. Grayscale: #060606. Windows color (decimal): -15662590 or 131601. OLE color: 131601.

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

Color convert

RGB1722-
CMYK00.880.880.93
HSL78.95%3.73%-
HSV(B)88.24%6.67%-
XYZ0.260.170.08-
YUV6.48125.47135.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 80.95%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=80.95%
G=9.52%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172200.880.880.93078.953.73
Hex1122058585D04f4
Octal2122013013013501174
Binary100011010010110001011000101110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110202; }

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

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

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

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

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

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

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

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