#110600

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

Shades of Black #110600

Tints of Black #110600

Color information

#110600 (or 0x110600) is unknown color: approx Black. HEX triplet: 11, 06 and 00. RGB value is (17,6,0). Sum of RGB (Red+Green+Blue) = 17+6+0=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110600 is #EEF9FF. Grayscale: #080808. Windows color (decimal): -15661568 or 1553. OLE color: 1553.

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

Color convert

RGB1760-
CMYK00.6510.93
HSL21.18º100%3.33%-
HSV(B)21.18º100%6.67%-
XYZ0.30.250.03-
YUV8.6123.14133.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 73.91%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176000.6510.9321.181003.33
Hex1160041645D15643
Octal21600101144135251443
Binary100011100010000011100100101110110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110600; }

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

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

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

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

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

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

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

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