#110A07

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

Shades of Black #110A07

Tints of Black #110A07

Color information

#110A07 (or 0x110A07) is unknown color: approx Black. HEX triplet: 11, 0A and 07. RGB value is (17,10,7). Sum of RGB (Red+Green+Blue) = 17+10+7=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A07 is #EEF5F8. Grayscale: #0B0B0B. Windows color (decimal): -15660537 or 461329. OLE color: 461329.

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

Color convert

RGB17107-
CMYK00.410.590.93
HSL18º41.67%4.71%-
HSV(B)18º58.82%6.67%-
XYZ0.380.350.25-
YUV11.75125.32131.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=50%
G=29.41%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1710700.410.590.931841.674.71
Hex11A70293B5D122a5
Octal211270517313522525
Binary1000110101110101001111011101110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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