#110A01

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

Shades of Black #110A01

Tints of Black #110A01

Color information

#110A01 (or 0x110A01) is unknown color: approx Black. HEX triplet: 11, 0A and 01. RGB value is (17,10,1). Sum of RGB (Red+Green+Blue) = 17+10+1=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A01 is #EEF5FE. Grayscale: #0B0B0B. Windows color (decimal): -15660543 or 68113. OLE color: 68113.

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

Color convert

RGB17101-
CMYK00.410.940.93
HSL33.75º88.89%3.53%-
HSV(B)33.75º94.12%6.67%-
XYZ0.350.340.08-
YUV11.07122.32132.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 10 (4.30% from 255) = 35.71%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=60.71%
G=35.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1710100.410.940.9333.7588.893.53
Hex11A10295E5D22594
Octal21121051136135421314
Binary10001101010101001101111010111011000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A01; }

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

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

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

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

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

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

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

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