Html Css Color HEX #110200 Black

📋 copy color: '#110200'

red 17 ◦ green 2 ◦ blue 0

#110200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #110200

Tints of Black #110200

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 value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110200 (or 0x110200) is known color: 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

RGB 17 2 0 -
CMYK 0 0.88 1 0.93
HSL 7.06º 1% 0.03% -
HSV(B) 7.06º 1% 0.07% -
XYZ 0.25 0.16 0.02 -
YUV 6.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 17 2 0 0 0.88 1 0.93 7.06 1 0.03
Hex 11 2 0 0 58 64 5D 7 64 3
Octal 21 2 0 0 130 144 135 7 144 3
Binary 10001 10 0 0 1011000 1100100 1011101 111 1100100 11

Color Harmonies of #110200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110200

Black with #110200

Text Example


Text Example

White with #110200

Text Example


Text Example

HTML Codes & Css Web 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>