Shades of Seal Brown #2D1919
Tints of Seal Brown #2D1919
RGB
CMYK
RGB Variations
Color information
#2D1919 (or 0x2D1919) is known color: Seal Brown. HEX triplet: 2D, 19 and 19. RGB value is (45,25,25). Sum of RGB (Red+Green+Blue) = 45+25+25=95 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.37% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1919 is #D2E6E6. Grayscale: #1F1F1F. Windows color (decimal): -13821671 or 1644845. OLE color: 1644845.
HSL color Cylindrical-coordinate representation of color #2D1919: hue angle of 0º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D1919 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 25 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.82 |
| HSL | 0º | 0.29% | 0.14% | - |
| HSV(B) | 0º | 0.44% | 0.18% | - |
| XYZ | 1.61 | 1.32 | 1.09 | - |
| YUV | 30.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 25 | 0 | 0.44 | 0.44 | 0.82 | 0 | 0.29 | 0.14 |
| Hex | 2D | 19 | 19 | 0 | 2C | 2C | 52 | 0 | 1D | E |
| Octal | 55 | 31 | 31 | 0 | 54 | 54 | 122 | 0 | 35 | 16 |
| Binary | 101101 | 11001 | 11001 | 0 | 101100 | 101100 | 1010010 | 0 | 11101 | 1110 |
Color Harmonies of #2D1919
Complementary color
Monochromatic Colors of #2D1919
Black with #2D1919
Text Example
Text Example
White with #2D1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1919; }
p { color: rgb(45,25,25); }
H1.HeaderClassName
{
color: #2D1919;
}
.AnyTagClassName
{
color: #2D1919;
}
</style>
background-color css
<style>
a { background-color: #2D1919; }
a { background-color: rgb(45,25,25); }
div.DivClassName
{
background-color: #2D1919;
}
.BgClassName
{
background-color: #2D1919;
}
</style>
border-color css
<style>
span { border-color: #2D1919; }
span { border-color: rgb(45,25,25); }
td.TdClassName
{
border-color: #2D1919;
}
.TagClassName
{
border-color: #2D1919;
}
</style>