#110C08

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

Shades of Black #110C08

Tints of Black #110C08

Color information

#110C08 (or 0x110C08) is unknown color: approx Black. HEX triplet: 11, 0C and 08. RGB value is (17,12,8). Sum of RGB (Red+Green+Blue) = 17+12+8=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #110C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C08 is #EEF3F7. Grayscale: #0D0D0D. Windows color (decimal): -15660024 or 527377. OLE color: 527377.

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

Color convert

RGB17128-
CMYK00.290.530.93
HSL26.67º36%4.9%-
HSV(B)26.67º52.94%6.67%-
XYZ0.410.40.29-
YUV13.04125.16130.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 12 (5.08% from 255) = 32.43%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=45.95%
G=32.43%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712800.290.530.9326.67364.9
Hex11C801D355D1b245
Octal2114100356513533445
Binary1000111001000011101110101101110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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