#110402

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

Shades of Black #110402

Tints of Black #110402

Color information

#110402 (or 0x110402) is unknown color: approx Black. HEX triplet: 11, 04 and 02. RGB value is (17,4,2). Sum of RGB (Red+Green+Blue) = 17+4+2=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110402 is #EEFBFD. Grayscale: #070707. Windows color (decimal): -15662078 or 132113. OLE color: 132113.

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

Color convert

RGB1742-
CMYK00.760.880.93
HSL78.95%3.73%-
HSV(B)88.24%6.67%-
XYZ0.290.210.08-
YUV7.66124.81134.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 73.91%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=73.91%
G=17.39%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174200.760.880.93878.953.73
Hex114204C585D84f4
Octal21420114130135101174
Binary1000110010010011001011000101110110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110402; }

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

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

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

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

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

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

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

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