#110200

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

Shades of Black #110200

Tints of Black #110200

Color information

#110200 (or 0x110200) is unknown color: approx Black. HEX triplet: 11, 02 and 00. RGB value is (17,2,0). Sum of RGB (Red+Green+Blue) = 17+2+0=19 (2% of max value = 765). Red value is 17 (7.03% from 255 or 89.47% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 17 - color contains mainly: red. Hex color #110200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110200 is #EEFDFF. Grayscale: #060606. Windows color (decimal): -15662592 or 529. OLE color: 529.

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

Color convert

RGB1720-
CMYK00.8810.93
HSL7.06º100%3.33%-
HSV(B)7.06º100%6.67%-
XYZ0.250.160.02-
YUV6.26124.47135.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 89.47%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172000.8810.937.061003.33
Hex1120058645D7643
Octal2120013014413571443
Binary100011000101100011001001011101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110200; }

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

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

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

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

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

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

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

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