#110301

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

Shades of Black #110301

Tints of Black #110301

Color information

#110301 (or 0x110301) is unknown color: approx Black. HEX triplet: 11, 03 and 01. RGB value is (17,3,1). Sum of RGB (Red+Green+Blue) = 17+3+1=21 (2% of max value = 765). Red value is 17 (7.03% from 255 or 80.95% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 17 - color contains mainly: red. Hex color #110301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110301 is #EEFCFE. Grayscale: #060606. Windows color (decimal): -15662335 or 66321. OLE color: 66321.

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

Color convert

RGB1731-
CMYK00.820.940.93
HSL7.5º88.89%3.53%-
HSV(B)7.5º94.12%6.67%-
XYZ0.270.190.05-
YUV6.96124.64135.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 80.95%
GREEN value IS 3 (1.56% from 255) = 14.29%
BLUE value IS 1 (0.78% from 255) = 4.76%
R=80.95%
G=14.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal173100.820.940.937.588.893.53
Hex11310525E5D8594
Octal21310122136135101314
Binary10001111010100101011110101110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110301; }

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

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

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

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

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

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

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

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