#081111

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

Shades of Dark Green #081111

Tints of Dark Green #081111

Color information

#081111 (or 0x081111) is unknown color: approx Dark Green. HEX triplet: 08, 11 and 11. RGB value is (8,17,17). Sum of RGB (Red+Green+Blue) = 8+17+17=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #081111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081111 is #F7EEEE. Grayscale: #0E0E0E. Windows color (decimal): -16248559 or 1118472. OLE color: 1118472.

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

Color convert

RGB81717-
CMYK0.53000.93
HSL180º36%4.9%-
HSV(B)180º52.94%6.67%-
XYZ0.40.490.6-
YUV14.31129.52123.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal817170.53000.93180364.9
Hex8111135005Db4245
Octal1021216500135264445
Binary1000100011000111010100101110110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081111; }

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

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

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

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

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

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

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

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