Shades of Seal Brown #2C1313
Tints of Seal Brown #2C1313
RGB
CMYK
RGB Variations
Color information
#2C1313 (or 0x2C1313) is known color: Seal Brown. HEX triplet: 2C, 13 and 13. RGB value is (44,19,19). Sum of RGB (Red+Green+Blue) = 44+19+19=82 (10% of max value = 765). Red value is 44 (17.58% from 255 or 53.66% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C1313 is #D3ECEC. Grayscale: #1A1A1A. Windows color (decimal): -13888749 or 1250092. OLE color: 1250092.
HSL color Cylindrical-coordinate representation of color #2C1313: hue angle of 0º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1313 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 19 | 19 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.83 |
| HSL | 0º | 0.4% | 0.12% | - |
| HSV(B) | 0º | 0.57% | 0.17% | - |
| XYZ | 1.39 | 1.05 | 0.75 | - |
| YUV | 26.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 19 | 0 | 0.57 | 0.57 | 0.83 | 0 | 0.4 | 0.12 |
| Hex | 2C | 13 | 13 | 0 | 39 | 39 | 53 | 0 | 28 | C |
| Octal | 54 | 23 | 23 | 0 | 71 | 71 | 123 | 0 | 50 | 14 |
| Binary | 101100 | 10011 | 10011 | 0 | 111001 | 111001 | 1010011 | 0 | 101000 | 1100 |
Color Harmonies of #2C1313
Complementary color
Monochromatic Colors of #2C1313
Black with #2C1313
Text Example
Text Example
White with #2C1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1313; }
p { color: rgb(44,19,19); }
H1.HeaderClassName
{
color: #2C1313;
}
.AnyTagClassName
{
color: #2C1313;
}
</style>
background-color css
<style>
a { background-color: #2C1313; }
a { background-color: rgb(44,19,19); }
div.DivClassName
{
background-color: #2C1313;
}
.BgClassName
{
background-color: #2C1313;
}
</style>
border-color css
<style>
span { border-color: #2C1313; }
span { border-color: rgb(44,19,19); }
td.TdClassName
{
border-color: #2C1313;
}
.TagClassName
{
border-color: #2C1313;
}
</style>