#110A0A

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

Shades of Black #110A0A

Tints of Black #110A0A

Color information

#110A0A (or 0x110A0A) is unknown color: approx Black. HEX triplet: 11, 0A and 0A. RGB value is (17,10,10). Sum of RGB (Red+Green+Blue) = 17+10+10=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0A is #EEF5F5. Grayscale: #0C0C0C. Windows color (decimal): -15660534 or 657937. OLE color: 657937.

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

Color convert

RGB171010-
CMYK00.410.410.93
HSL25.93%5.29%-
HSV(B)41.18%6.67%-
XYZ0.390.360.34-
YUV12.09126.82131.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17101000.410.410.93025.935.29
Hex11AA029295D01a5
Octal211212051511350325
Binary100011010101001010011010011011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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