#110F0F

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

Shades of Black #110F0F

Tints of Black #110F0F

Color information

#110F0F (or 0x110F0F) is unknown color: approx Black. HEX triplet: 11, 0F and 0F. RGB value is (17,15,15). Sum of RGB (Red+Green+Blue) = 17+15+15=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0F is #EEF0F0. Grayscale: #0F0F0F. Windows color (decimal): -15659249 or 986897. OLE color: 986897.

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

Color convert

RGB171515-
CMYK00.120.120.93
HSL6.25%6.27%-
HSV(B)11.76%6.67%-
XYZ0.490.50.52-
YUV15.6127.66129-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=36.17%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17151500.120.120.9306.256.27
Hex11FF0CC5D066
Octal21171701414135066
Binary100011111111101100110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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