Shades of Jagger #382843
Tints of Jagger #382843
RGB
CMYK
RGB Variations
Color information
#382843 (or 0x382843) is known color: Jagger. HEX triplet: 38, 28 and 43. RGB value is (56,40,67). Sum of RGB (Red+Green+Blue) = 56+40+67=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #382843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382843 is #C7D7BC. Grayscale: #2F2F2F. Windows color (decimal): -13096893 or 4401208. OLE color: 4401208.
HSL color Cylindrical-coordinate representation of color #382843: hue angle of 275.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382843 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 40 | 67 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.74 |
| HSL | 275.56º | 0.25% | 0.21% | - |
| HSV(B) | 275.56º | 0.4% | 0.26% | - |
| XYZ | 3.4 | 2.76 | 5.66 | - |
| YUV | 47.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 67 | 0.16 | 0.40 | 0 | 0.74 | 275.56 | 0.25 | 0.21 |
| Hex | 38 | 28 | 43 | 10 | 28 | 0 | 4A | 114 | 19 | 15 |
| Octal | 70 | 50 | 103 | 20 | 50 | 0 | 112 | 424 | 31 | 25 |
| Binary | 111000 | 101000 | 1000011 | 10000 | 101000 | 0 | 1001010 | 100010100 | 11001 | 10101 |
Color Harmonies of #382843
Complementary color
Monochromatic Colors of #382843
Black with #382843
Text Example
Text Example
White with #382843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382843; }
p { color: rgb(56,40,67); }
H1.HeaderClassName
{
color: #382843;
}
.AnyTagClassName
{
color: #382843;
}
</style>
background-color css
<style>
a { background-color: #382843; }
a { background-color: rgb(56,40,67); }
div.DivClassName
{
background-color: #382843;
}
.BgClassName
{
background-color: #382843;
}
</style>
border-color css
<style>
span { border-color: #382843; }
span { border-color: rgb(56,40,67); }
td.TdClassName
{
border-color: #382843;
}
.TagClassName
{
border-color: #382843;
}
</style>