Shades of Seal Brown #1D1313
Tints of Seal Brown #1D1313
RGB
CMYK
RGB Variations
Color information
#1D1313 (or 0x1D1313) is known color: Seal Brown. HEX triplet: 1D, 13 and 13. RGB value is (29,19,19). Sum of RGB (Red+Green+Blue) = 29+19+19=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1313 is #E2ECEC. Grayscale: #151515. Windows color (decimal): -14871789 or 1250077. OLE color: 1250077.
HSL color Cylindrical-coordinate representation of color #1D1313: hue angle of 0º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D1313 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 19 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.89 |
| HSL | 0º | 0.21% | 0.09% | - |
| HSV(B) | 0º | 0.34% | 0.11% | - |
| XYZ | 0.86 | 0.77 | 0.72 | - |
| YUV | 21.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 19 | 0 | 0.34 | 0.34 | 0.89 | 0 | 0.21 | 0.09 |
| Hex | 1D | 13 | 13 | 0 | 22 | 22 | 59 | 0 | 15 | 9 |
| Octal | 35 | 23 | 23 | 0 | 42 | 42 | 131 | 0 | 25 | 11 |
| Binary | 11101 | 10011 | 10011 | 0 | 100010 | 100010 | 1011001 | 0 | 10101 | 1001 |
Color Harmonies of #1D1313
Complementary color
Monochromatic Colors of #1D1313
Black with #1D1313
Text Example
Text Example
White with #1D1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1313; }
p { color: rgb(29,19,19); }
H1.HeaderClassName
{
color: #1D1313;
}
.AnyTagClassName
{
color: #1D1313;
}
</style>
background-color css
<style>
a { background-color: #1D1313; }
a { background-color: rgb(29,19,19); }
div.DivClassName
{
background-color: #1D1313;
}
.BgClassName
{
background-color: #1D1313;
}
</style>
border-color css
<style>
span { border-color: #1D1313; }
span { border-color: rgb(29,19,19); }
td.TdClassName
{
border-color: #1D1313;
}
.TagClassName
{
border-color: #1D1313;
}
</style>