Shades of Jagger #381A50
Tints of Jagger #381A50
RGB
CMYK
RGB Variations
Color information
#381A50 (or 0x381A50) is known color: Jagger. HEX triplet: 38, 1A and 50. RGB value is (56,26,80). Sum of RGB (Red+Green+Blue) = 56+26+80=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #381A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A50 is #C7E5AF. Grayscale: #282828. Windows color (decimal): -13100464 or 5249592. OLE color: 5249592.
HSL color Cylindrical-coordinate representation of color #381A50: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381A50 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 26 | 80 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.69 |
| HSL | 273.33º | 0.51% | 0.21% | - |
| HSV(B) | 273.33º | 0.68% | 0.31% | - |
| XYZ | 3.45 | 2.16 | 7.82 | - |
| YUV | 41.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 80 | 0.30 | 0.67 | 0 | 0.69 | 273.33 | 0.51 | 0.21 |
| Hex | 38 | 1A | 50 | 1E | 43 | 0 | 45 | 111 | 33 | 15 |
| Octal | 70 | 32 | 120 | 36 | 103 | 0 | 105 | 421 | 63 | 25 |
| Binary | 111000 | 11010 | 1010000 | 11110 | 1000011 | 0 | 1000101 | 100010001 | 110011 | 10101 |
Color Harmonies of #381A50
Complementary color
Monochromatic Colors of #381A50
Black with #381A50
Text Example
Text Example
White with #381A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A50; }
p { color: rgb(56,26,80); }
H1.HeaderClassName
{
color: #381A50;
}
.AnyTagClassName
{
color: #381A50;
}
</style>
background-color css
<style>
a { background-color: #381A50; }
a { background-color: rgb(56,26,80); }
div.DivClassName
{
background-color: #381A50;
}
.BgClassName
{
background-color: #381A50;
}
</style>
border-color css
<style>
span { border-color: #381A50; }
span { border-color: rgb(56,26,80); }
td.TdClassName
{
border-color: #381A50;
}
.TagClassName
{
border-color: #381A50;
}
</style>