#110803

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

Shades of Black #110803

Tints of Black #110803

Color information

#110803 (or 0x110803) is unknown color: approx Black. HEX triplet: 11, 08 and 03. RGB value is (17,8,3). Sum of RGB (Red+Green+Blue) = 17+8+3=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110803 is #EEF7FC. Grayscale: #0A0A0A. Windows color (decimal): -15661053 or 198673. OLE color: 198673.

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

Color convert

RGB1783-
CMYK00.530.820.93
HSL21.43º70%3.92%-
HSV(B)21.43º82.35%6.67%-
XYZ0.330.30.13-
YUV10.12123.98132.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 3 (1.56% from 255) = 10.71%
R=60.71%
G=28.57%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178300.530.820.9321.43703.92
Hex1183035525D15464
Octal21103065122135251064
Binary10001100011011010110100101011101101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110803; }

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

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

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

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

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

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

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

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