Shades of Swamp #03292B
Tints of Swamp #03292B
RGB
CMYK
RGB Variations
Color information
#03292B (or 0x03292B) is known color: Swamp. HEX triplet: 03, 29 and 2B. RGB value is (3,41,43). Sum of RGB (Red+Green+Blue) = 3+41+43=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #03292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292B is #FCD6D4. Grayscale: #1D1D1D. Windows color (decimal): -16570069 or 2828547. OLE color: 2828547.
HSL color Cylindrical-coordinate representation of color #03292B: hue angle of 183º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03292B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 41 | 43 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.83 |
| HSL | 183º | 0.87% | 0.09% | - |
| HSV(B) | 183º | 0.93% | 0.17% | - |
| XYZ | 1.27 | 1.78 | 2.56 | - |
| YUV | 29.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 43 | 0.93 | 0.05 | 0 | 0.83 | 183 | 0.87 | 0.09 |
| Hex | 3 | 29 | 2B | 5D | 5 | 0 | 53 | B7 | 57 | 9 |
| Octal | 3 | 51 | 53 | 135 | 5 | 0 | 123 | 267 | 127 | 11 |
| Binary | 11 | 101001 | 101011 | 1011101 | 101 | 0 | 1010011 | 10110111 | 1010111 | 1001 |
Color Harmonies of #03292B
Complementary color
Monochromatic Colors of #03292B
Black with #03292B
Text Example
Text Example
White with #03292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03292B; }
p { color: rgb(3,41,43); }
H1.HeaderClassName
{
color: #03292B;
}
.AnyTagClassName
{
color: #03292B;
}
</style>
background-color css
<style>
a { background-color: #03292B; }
a { background-color: rgb(3,41,43); }
div.DivClassName
{
background-color: #03292B;
}
.BgClassName
{
background-color: #03292B;
}
</style>
border-color css
<style>
span { border-color: #03292B; }
span { border-color: rgb(3,41,43); }
td.TdClassName
{
border-color: #03292B;
}
.TagClassName
{
border-color: #03292B;
}
</style>