Shades of Swamp #10302E
Tints of Swamp #10302E
RGB
CMYK
RGB Variations
Color information
#10302E (or 0x10302E) is known color: Swamp. HEX triplet: 10, 30 and 2E. RGB value is (16,48,46). Sum of RGB (Red+Green+Blue) = 16+48+46=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #10302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10302E is #EFCFD1. Grayscale: #262626. Windows color (decimal): -15716306 or 3026960. OLE color: 3026960.
HSL color Cylindrical-coordinate representation of color #10302E: hue angle of 176.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10302E is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 48 | 46 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.81 |
| HSL | 176.25º | 0.5% | 0.13% | - |
| HSV(B) | 176.25º | 0.67% | 0.19% | - |
| XYZ | 1.76 | 2.42 | 2.96 | - |
| YUV | 38.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 46 | 0.67 | 0 | 0.04 | 0.81 | 176.25 | 0.5 | 0.13 |
| Hex | 10 | 30 | 2E | 43 | 0 | 4 | 51 | B0 | 32 | D |
| Octal | 20 | 60 | 56 | 103 | 0 | 4 | 121 | 260 | 62 | 15 |
| Binary | 10000 | 110000 | 101110 | 1000011 | 0 | 100 | 1010001 | 10110000 | 110010 | 1101 |
Color Harmonies of #10302E
Complementary color
Monochromatic Colors of #10302E
Black with #10302E
Text Example
Text Example
White with #10302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10302E; }
p { color: rgb(16,48,46); }
H1.HeaderClassName
{
color: #10302E;
}
.AnyTagClassName
{
color: #10302E;
}
</style>
background-color css
<style>
a { background-color: #10302E; }
a { background-color: rgb(16,48,46); }
div.DivClassName
{
background-color: #10302E;
}
.BgClassName
{
background-color: #10302E;
}
</style>
border-color css
<style>
span { border-color: #10302E; }
span { border-color: rgb(16,48,46); }
td.TdClassName
{
border-color: #10302E;
}
.TagClassName
{
border-color: #10302E;
}
</style>