#110908

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

Shades of Black #110908

Tints of Black #110908

Color information

#110908 (or 0x110908) is unknown color: approx Black. HEX triplet: 11, 09 and 08. RGB value is (17,9,8). Sum of RGB (Red+Green+Blue) = 17+9+8=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110908 is #EEF6F7. Grayscale: #0B0B0B. Windows color (decimal): -15660792 or 526609. OLE color: 526609.

HSL color Cylindrical-coordinate representation of color #110908: hue angle of 6.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 #110908 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB1798-
CMYK00.470.530.93
HSL6.67º36%4.9%-
HSV(B)6.67º52.94%6.67%-
XYZ0.370.330.27-
YUV11.28126.15132.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 26.47%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=50%
G=26.47%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179800.470.530.936.67364.9
Hex119802F355D7245
Octal211110057651357445
Binary100011001100001011111101011011101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110908; }

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

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

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

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

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

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

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

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