#031919

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

Shades of Dark Green #031919

Tints of Dark Green #031919

Color information

#031919 (or 0x031919) is unknown color: approx Dark Green. HEX triplet: 03, 19 and 19. RGB value is (3,25,25). Sum of RGB (Red+Green+Blue) = 3+25+25=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #031919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031919 is #FCE6E6. Grayscale: #121212. Windows color (decimal): -16574183 or 1644803. OLE color: 1644803.

HSL color Cylindrical-coordinate representation of color #031919: hue angle of 180º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031919 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB32525-
CMYK0.88000.90
HSL180º78.57%5.49%-
HSV(B)180º88%9.8%-
XYZ0.560.781.04-
YUV18.42131.71117-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 25 (10.16% from 255) = 47.17%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=5.66%
G=47.17%
B=47.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal325250.88000.9018078.575.49
Hex3191958005Ab44f5
Octal33131130001322641175
Binary1111001110011011000001011010101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031919; }

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

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

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

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

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

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

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

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