#110C07

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

Shades of Black #110C07

Tints of Black #110C07

Color information

#110C07 (or 0x110C07) is unknown color: approx Black. HEX triplet: 11, 0C and 07. RGB value is (17,12,7). Sum of RGB (Red+Green+Blue) = 17+12+7=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C07 is #EEF3F8. Grayscale: #0C0C0C. Windows color (decimal): -15660025 or 461841. OLE color: 461841.

HSL color Cylindrical-coordinate representation of color #110C07: hue angle of 30º 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 #110C07 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB17127-
CMYK00.290.590.93
HSL30º41.67%4.71%-
HSV(B)30º58.82%6.67%-
XYZ0.40.40.26-
YUV12.92124.66130.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 19.44%
R=47.22%
G=33.33%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712700.290.590.933041.674.71
Hex11C701D3B5D1e2a5
Octal211470357313536525
Binary100011100111011101111011101110111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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