#110602

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

Shades of Black #110602

Tints of Black #110602

Color information

#110602 (or 0x110602) is unknown color: approx Black. HEX triplet: 11, 06 and 02. RGB value is (17,6,2). Sum of RGB (Red+Green+Blue) = 17+6+2=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110602 is #EEF9FD. Grayscale: #080808. Windows color (decimal): -15661566 or 132625. OLE color: 132625.

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

Color convert

RGB1762-
CMYK00.650.880.93
HSL16º78.95%3.73%-
HSV(B)16º88.24%6.67%-
XYZ0.310.250.09-
YUV8.83124.14133.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 2 (1.17% from 255) = 8%
R=68%
G=24%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176200.650.880.931678.953.73
Hex1162041585D104f4
Octal21620101130135201174
Binary10001110100100000110110001011101100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110602; }

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

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

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

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

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

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

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

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