#110603

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

Shades of Black #110603

Tints of Black #110603

Color information

#110603 (or 0x110603) is unknown color: approx Black. HEX triplet: 11, 06 and 03. RGB value is (17,6,3). Sum of RGB (Red+Green+Blue) = 17+6+3=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110603 is #EEF9FC. Grayscale: #080808. Windows color (decimal): -15661565 or 198161. OLE color: 198161.

HSL color Cylindrical-coordinate representation of color #110603: hue angle of 12.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110603 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB1763-
CMYK00.650.820.93
HSL12.86º70%3.92%-
HSV(B)12.86º82.35%6.67%-
XYZ0.310.260.12-
YUV8.95124.64133.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=65.38%
G=23.08%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176300.650.820.9312.86703.92
Hex1163041525Dd464
Octal21630101122135151064
Binary1000111011010000011010010101110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110603; }

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

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

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

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

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

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

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

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