Shades of Seal Brown #1D1212
Tints of Seal Brown #1D1212
RGB
CMYK
RGB Variations
Color information
#1D1212 (or 0x1D1212) is known color: Seal Brown. HEX triplet: 1D, 12 and 12. RGB value is (29,18,18). Sum of RGB (Red+Green+Blue) = 29+18+18=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1212 is #E2EDED. Grayscale: #151515. Windows color (decimal): -14872046 or 1184285. OLE color: 1184285.
HSL color Cylindrical-coordinate representation of color #1D1212: hue angle of 0º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1212 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 18 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.89 |
| HSL | 0º | 0.23% | 0.09% | - |
| HSV(B) | 0º | 0.38% | 0.11% | - |
| XYZ | 0.83 | 0.74 | 0.67 | - |
| YUV | 21.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 18 | 0 | 0.38 | 0.38 | 0.89 | 0 | 0.23 | 0.09 |
| Hex | 1D | 12 | 12 | 0 | 26 | 26 | 59 | 0 | 17 | 9 |
| Octal | 35 | 22 | 22 | 0 | 46 | 46 | 131 | 0 | 27 | 11 |
| Binary | 11101 | 10010 | 10010 | 0 | 100110 | 100110 | 1011001 | 0 | 10111 | 1001 |
Color Harmonies of #1D1212
Complementary color
Monochromatic Colors of #1D1212
Black with #1D1212
Text Example
Text Example
White with #1D1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1212; }
p { color: rgb(29,18,18); }
H1.HeaderClassName
{
color: #1D1212;
}
.AnyTagClassName
{
color: #1D1212;
}
</style>
background-color css
<style>
a { background-color: #1D1212; }
a { background-color: rgb(29,18,18); }
div.DivClassName
{
background-color: #1D1212;
}
.BgClassName
{
background-color: #1D1212;
}
</style>
border-color css
<style>
span { border-color: #1D1212; }
span { border-color: rgb(29,18,18); }
td.TdClassName
{
border-color: #1D1212;
}
.TagClassName
{
border-color: #1D1212;
}
</style>