Shades of Seal Brown #3D0101
Tints of Seal Brown #3D0101
RGB
CMYK
RGB Variations
Color information
#3D0101 (or 0x3D0101) is known color: Seal Brown. HEX triplet: 3D, 01 and 01. RGB value is (61,1,1). Sum of RGB (Red+Green+Blue) = 61+1+1=63 (8% of max value = 765). Red value is 61 (24.22% from 255 or 96.83% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D0101 is #C2FEFE. Grayscale: #131313. Windows color (decimal): -12779263 or 65853. OLE color: 65853.
HSL color Cylindrical-coordinate representation of color #3D0101: hue angle of 0º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.76 |
| HSL | 0º | 0.97% | 0.12% | - |
| HSV(B) | 0º | 0.98% | 0.24% | - |
| XYZ | 1.94 | 1.02 | 0.12 | - |
| YUV | 18.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 1 | 0 | 0.98 | 0.98 | 0.76 | 0 | 0.97 | 0.12 |
| Hex | 3D | 1 | 1 | 0 | 62 | 62 | 4C | 0 | 61 | C |
| Octal | 75 | 1 | 1 | 0 | 142 | 142 | 114 | 0 | 141 | 14 |
| Binary | 111101 | 1 | 1 | 0 | 1100010 | 1100010 | 1001100 | 0 | 1100001 | 1100 |
Color Harmonies of #3D0101
Complementary color
Monochromatic Colors of #3D0101
Black with #3D0101
Text Example
Text Example
White with #3D0101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0101; }
p { color: rgb(61,1,1); }
H1.HeaderClassName
{
color: #3D0101;
}
.AnyTagClassName
{
color: #3D0101;
}
</style>
background-color css
<style>
a { background-color: #3D0101; }
a { background-color: rgb(61,1,1); }
div.DivClassName
{
background-color: #3D0101;
}
.BgClassName
{
background-color: #3D0101;
}
</style>
border-color css
<style>
span { border-color: #3D0101; }
span { border-color: rgb(61,1,1); }
td.TdClassName
{
border-color: #3D0101;
}
.TagClassName
{
border-color: #3D0101;
}
</style>