#110800

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

Shades of Black #110800

Tints of Black #110800

Color information

#110800 (or 0x110800) is unknown color: approx Black. HEX triplet: 11, 08 and 00. RGB value is (17,8,0). Sum of RGB (Red+Green+Blue) = 17+8+0=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110800 is #EEF7FF. Grayscale: #090909. Windows color (decimal): -15661056 or 2065. OLE color: 2065.

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

Color convert

RGB1780-
CMYK00.5310.93
HSL28.24º100%3.33%-
HSV(B)28.24º100%6.67%-
XYZ0.320.290.04-
YUV9.78122.48133.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 0 (0.39% from 255) = 0%
R=68%
G=32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal178000.5310.9328.241003.33
Hex1180035645D1c643
Octal21100065144135341443
Binary100011000001101011100100101110111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110800; }

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

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

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

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

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

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

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

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