Shades of Jagger #382C42
Tints of Jagger #382C42
RGB
CMYK
RGB Variations
Color information
#382C42 (or 0x382C42) is known color: Jagger. HEX triplet: 38, 2C and 42. RGB value is (56,44,66). Sum of RGB (Red+Green+Blue) = 56+44+66=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #382C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C42 is #C7D3BD. Grayscale: #323232. Windows color (decimal): -13095870 or 4336696. OLE color: 4336696.
HSL color Cylindrical-coordinate representation of color #382C42: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #382C42 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 44 | 66 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.74 |
| HSL | 272.73º | 0.2% | 0.22% | - |
| HSV(B) | 272.73º | 0.33% | 0.26% | - |
| XYZ | 3.51 | 3.04 | 5.55 | - |
| YUV | 50.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 66 | 0.15 | 0.33 | 0 | 0.74 | 272.73 | 0.2 | 0.22 |
| Hex | 38 | 2C | 42 | F | 21 | 0 | 4A | 111 | 14 | 16 |
| Octal | 70 | 54 | 102 | 17 | 41 | 0 | 112 | 421 | 24 | 26 |
| Binary | 111000 | 101100 | 1000010 | 1111 | 100001 | 0 | 1001010 | 100010001 | 10100 | 10110 |
Color Harmonies of #382C42
Complementary color
Monochromatic Colors of #382C42
Black with #382C42
Text Example
Text Example
White with #382C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382C42; }
p { color: rgb(56,44,66); }
H1.HeaderClassName
{
color: #382C42;
}
.AnyTagClassName
{
color: #382C42;
}
</style>
background-color css
<style>
a { background-color: #382C42; }
a { background-color: rgb(56,44,66); }
div.DivClassName
{
background-color: #382C42;
}
.BgClassName
{
background-color: #382C42;
}
</style>
border-color css
<style>
span { border-color: #382C42; }
span { border-color: rgb(56,44,66); }
td.TdClassName
{
border-color: #382C42;
}
.TagClassName
{
border-color: #382C42;
}
</style>