Shades of Dark Green #03191A
Tints of Dark Green #03191A
RGB
CMYK
RGB Variations
Color information
#03191A (or 0x03191A) is known color: Dark Green. HEX triplet: 03, 19 and 1A. RGB value is (3,25,26). Sum of RGB (Red+Green+Blue) = 3+25+26=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #03191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03191A is #FCE6E5. Grayscale: #121212. Windows color (decimal): -16574182 or 1710339. OLE color: 1710339.
HSL color Cylindrical-coordinate representation of color #03191A: hue angle of 182.61º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03191A is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 25 | 26 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.90 |
| HSL | 182.61º | 0.79% | 0.06% | - |
| HSV(B) | 182.61º | 0.88% | 0.1% | - |
| XYZ | 0.57 | 0.79 | 1.1 | - |
| YUV | 18.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 26 | 0.88 | 0.04 | 0 | 0.90 | 182.61 | 0.79 | 0.06 |
| Hex | 3 | 19 | 1A | 58 | 4 | 0 | 5A | B7 | 4F | 6 |
| Octal | 3 | 31 | 32 | 130 | 4 | 0 | 132 | 267 | 117 | 6 |
| Binary | 11 | 11001 | 11010 | 1011000 | 100 | 0 | 1011010 | 10110111 | 1001111 | 110 |
Color Harmonies of #03191A
Complementary color
Monochromatic Colors of #03191A
Black with #03191A
Text Example
Text Example
White with #03191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03191A; }
p { color: rgb(3,25,26); }
H1.HeaderClassName
{
color: #03191A;
}
.AnyTagClassName
{
color: #03191A;
}
</style>
background-color css
<style>
a { background-color: #03191A; }
a { background-color: rgb(3,25,26); }
div.DivClassName
{
background-color: #03191A;
}
.BgClassName
{
background-color: #03191A;
}
</style>
border-color css
<style>
span { border-color: #03191A; }
span { border-color: rgb(3,25,26); }
td.TdClassName
{
border-color: #03191A;
}
.TagClassName
{
border-color: #03191A;
}
</style>