#110601

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

Shades of Black #110601

Tints of Black #110601

Color information

#110601 (or 0x110601) is unknown color: approx Black. HEX triplet: 11, 06 and 01. RGB value is (17,6,1). Sum of RGB (Red+Green+Blue) = 17+6+1=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110601 is #EEF9FE. Grayscale: #080808. Windows color (decimal): -15661567 or 67089. OLE color: 67089.

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

Color convert

RGB1761-
CMYK00.650.940.93
HSL18.75º88.89%3.53%-
HSV(B)18.75º94.12%6.67%-
XYZ0.30.250.06-
YUV8.72123.64133.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 70.83%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=70.83%
G=25%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176100.650.940.9318.7588.893.53
Hex11610415E5D13594
Octal21610101136135231314
Binary1000111010100000110111101011101100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110601; }

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

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

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

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

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

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

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

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