#031111

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

Shades of Dark Green #031111

Tints of Dark Green #031111

Color information

#031111 (or 0x031111) is unknown color: approx Dark Green. HEX triplet: 03, 11 and 11. RGB value is (3,17,17). Sum of RGB (Red+Green+Blue) = 3+17+17=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #031111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031111 is #FCEEEE. Grayscale: #0C0C0C. Windows color (decimal): -16576239 or 1118467. OLE color: 1118467.

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

Color convert

RGB31717-
CMYK0.82000.93
HSL180º70%3.92%-
HSV(B)180º82.35%6.67%-
XYZ0.340.460.6-
YUV12.81130.36121-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=8.11%
G=45.95%
B=45.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal317170.82000.93180703.92
Hex3111152005Db4464
Octal32121122001352641064
Binary1110001100011010010001011101101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031111; }

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

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

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

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

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

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

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

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