#03190B

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

Shades of Dark Green #03190B

Tints of Dark Green #03190B

Color information

#03190B (or 0x03190B) is unknown color: approx Dark Green. HEX triplet: 03, 19 and 0B. RGB value is (3,25,11). Sum of RGB (Red+Green+Blue) = 3+25+11=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 25 (10.16% from 255 or 64.10% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 25 - color contains mainly: green. Hex color #03190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03190B is #FCE6F4. Grayscale: #101010. Windows color (decimal): -16574197 or 727299. OLE color: 727299.

HSL color Cylindrical-coordinate representation of color #03190B: hue angle of 141.82º 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 #03190B is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB32511-
CMYK0.8800.560.90
HSL141.82º78.57%5.49%-
HSV(B)141.82º88%9.8%-
XYZ0.450.740.44-
YUV16.83124.71118.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 25 (10.16% from 255) = 64.10%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=7.69%
G=64.10%
B=28.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal325110.8800.560.90141.8278.575.49
Hex319B580385A8e4f5
Octal331131300701322161175
Binary11110011011101100001110001011010100011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03190B; }

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

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

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

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

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

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

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

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