#110A05

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

Shades of Black #110A05

Tints of Black #110A05

Color information

#110A05 (or 0x110A05) is unknown color: approx Black. HEX triplet: 11, 0A and 05. RGB value is (17,10,5). Sum of RGB (Red+Green+Blue) = 17+10+5=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A05 is #EEF5FA. Grayscale: #0B0B0B. Windows color (decimal): -15660539 or 330257. OLE color: 330257.

HSL color Cylindrical-coordinate representation of color #110A05: hue angle of 25º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110A05 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB17105-
CMYK00.410.710.93
HSL25º54.55%4.31%-
HSV(B)25º70.59%6.67%-
XYZ0.370.350.19-
YUV11.52124.32131.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 10 (4.30% from 255) = 31.25%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=53.12%
G=31.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1710500.410.710.932554.554.31
Hex11A5029475D19374
Octal2112505110713531674
Binary10001101010101010011000111101110111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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