#110808

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

Shades of Black #110808

Tints of Black #110808

Color information

#110808 (or 0x110808) is unknown color: approx Black. HEX triplet: 11, 08 and 08. RGB value is (17,8,8). Sum of RGB (Red+Green+Blue) = 17+8+8=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110808 is #EEF7F7. Grayscale: #0A0A0A. Windows color (decimal): -15661048 or 526353. OLE color: 526353.

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

Color convert

RGB1788-
CMYK00.530.530.93
HSL36%4.9%-
HSV(B)52.94%6.67%-
XYZ0.360.310.27-
YUV10.69126.48132.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178800.530.530.930364.9
Hex1188035355D0245
Octal211010065651350445
Binary1000110001000011010111010110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110808; }

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

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

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

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

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

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

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

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