Shades of Jagger #381951
Tints of Jagger #381951
RGB
CMYK
RGB Variations
Color information
#381951 (or 0x381951) is known color: Jagger. HEX triplet: 38, 19 and 51. RGB value is (56,25,81). Sum of RGB (Red+Green+Blue) = 56+25+81=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #381951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381951 is #C7E6AE. Grayscale: #282828. Windows color (decimal): -13100719 or 5314872. OLE color: 5314872.
HSL color Cylindrical-coordinate representation of color #381951: hue angle of 273.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381951 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 25 | 81 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.68 |
| HSL | 273.21º | 0.53% | 0.21% | - |
| HSV(B) | 273.21º | 0.69% | 0.32% | - |
| XYZ | 3.46 | 2.13 | 8.01 | - |
| YUV | 40.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 81 | 0.31 | 0.69 | 0 | 0.68 | 273.21 | 0.53 | 0.21 |
| Hex | 38 | 19 | 51 | 1F | 45 | 0 | 44 | 111 | 35 | 15 |
| Octal | 70 | 31 | 121 | 37 | 105 | 0 | 104 | 421 | 65 | 25 |
| Binary | 111000 | 11001 | 1010001 | 11111 | 1000101 | 0 | 1000100 | 100010001 | 110101 | 10101 |
Color Harmonies of #381951
Complementary color
Monochromatic Colors of #381951
Black with #381951
Text Example
Text Example
White with #381951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381951; }
p { color: rgb(56,25,81); }
H1.HeaderClassName
{
color: #381951;
}
.AnyTagClassName
{
color: #381951;
}
</style>
background-color css
<style>
a { background-color: #381951; }
a { background-color: rgb(56,25,81); }
div.DivClassName
{
background-color: #381951;
}
.BgClassName
{
background-color: #381951;
}
</style>
border-color css
<style>
span { border-color: #381951; }
span { border-color: rgb(56,25,81); }
td.TdClassName
{
border-color: #381951;
}
.TagClassName
{
border-color: #381951;
}
</style>