Shades of Seal Brown #380101
Tints of Seal Brown #380101
RGB
CMYK
RGB Variations
Color information
#380101 (or 0x380101) is known color: Seal Brown. HEX triplet: 38, 01 and 01. RGB value is (56,1,1). Sum of RGB (Red+Green+Blue) = 56+1+1=58 (7% of max value = 765). Red value is 56 (22.27% from 255 or 96.55% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 56 - color contains mainly: red. Hex color #380101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380101 is #C7FEFE. Grayscale: #111111. Windows color (decimal): -13106943 or 65848. OLE color: 65848.
HSL color Cylindrical-coordinate representation of color #380101: hue angle of 0º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.78 |
| HSL | 0º | 0.96% | 0.11% | - |
| HSV(B) | 0º | 0.98% | 0.22% | - |
| XYZ | 1.65 | 0.86 | 0.11 | - |
| YUV | 17.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 1 | 0 | 0.98 | 0.98 | 0.78 | 0 | 0.96 | 0.11 |
| Hex | 38 | 1 | 1 | 0 | 62 | 62 | 4E | 0 | 60 | B |
| Octal | 70 | 1 | 1 | 0 | 142 | 142 | 116 | 0 | 140 | 13 |
| Binary | 111000 | 1 | 1 | 0 | 1100010 | 1100010 | 1001110 | 0 | 1100000 | 1011 |
Color Harmonies of #380101
Complementary color
Monochromatic Colors of #380101
Black with #380101
Text Example
Text Example
White with #380101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380101; }
p { color: rgb(56,1,1); }
H1.HeaderClassName
{
color: #380101;
}
.AnyTagClassName
{
color: #380101;
}
</style>
background-color css
<style>
a { background-color: #380101; }
a { background-color: rgb(56,1,1); }
div.DivClassName
{
background-color: #380101;
}
.BgClassName
{
background-color: #380101;
}
</style>
border-color css
<style>
span { border-color: #380101; }
span { border-color: rgb(56,1,1); }
td.TdClassName
{
border-color: #380101;
}
.TagClassName
{
border-color: #380101;
}
</style>