Shades of Seal Brown #380303
Tints of Seal Brown #380303
RGB
CMYK
RGB Variations
Color information
#380303 (or 0x380303) is known color: Seal Brown. HEX triplet: 38, 03 and 03. RGB value is (56,3,3). Sum of RGB (Red+Green+Blue) = 56+3+3=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380303 is #C7FCFC. Grayscale: #121212. Windows color (decimal): -13106429 or 197432. OLE color: 197432.
HSL color Cylindrical-coordinate representation of color #380303: hue angle of 0º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380303 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 3 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.78 |
| HSL | 0º | 0.9% | 0.12% | - |
| HSV(B) | 0º | 0.95% | 0.22% | - |
| XYZ | 1.68 | 0.91 | 0.17 | - |
| YUV | 18.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 3 | 0 | 0.95 | 0.95 | 0.78 | 0 | 0.9 | 0.12 |
| Hex | 38 | 3 | 3 | 0 | 5F | 5F | 4E | 0 | 5A | C |
| Octal | 70 | 3 | 3 | 0 | 137 | 137 | 116 | 0 | 132 | 14 |
| Binary | 111000 | 11 | 11 | 0 | 1011111 | 1011111 | 1001110 | 0 | 1011010 | 1100 |
Color Harmonies of #380303
Complementary color
Monochromatic Colors of #380303
Black with #380303
Text Example
Text Example
White with #380303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380303; }
p { color: rgb(56,3,3); }
H1.HeaderClassName
{
color: #380303;
}
.AnyTagClassName
{
color: #380303;
}
</style>
background-color css
<style>
a { background-color: #380303; }
a { background-color: rgb(56,3,3); }
div.DivClassName
{
background-color: #380303;
}
.BgClassName
{
background-color: #380303;
}
</style>
border-color css
<style>
span { border-color: #380303; }
span { border-color: rgb(56,3,3); }
td.TdClassName
{
border-color: #380303;
}
.TagClassName
{
border-color: #380303;
}
</style>