Shades of Jagger #392B43
Tints of Jagger #392B43
RGB
CMYK
RGB Variations
Color information
#392B43 (or 0x392B43) is known color: Jagger. HEX triplet: 39, 2B and 43. RGB value is (57,43,67). Sum of RGB (Red+Green+Blue) = 57+43+67=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 67 - color contains mainly: blue. Hex color #392B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B43 is #C6D4BC. Grayscale: #313131. Windows color (decimal): -13030589 or 4401977. OLE color: 4401977.
HSL color Cylindrical-coordinate representation of color #392B43: hue angle of 275º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #392B43 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 43 | 67 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.74 |
| HSL | 275º | 0.22% | 0.22% | - |
| HSV(B) | 275º | 0.36% | 0.26% | - |
| XYZ | 3.56 | 3 | 5.7 | - |
| YUV | 49.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 67 | 0.15 | 0.36 | 0 | 0.74 | 275 | 0.22 | 0.22 |
| Hex | 39 | 2B | 43 | F | 24 | 0 | 4A | 113 | 16 | 16 |
| Octal | 71 | 53 | 103 | 17 | 44 | 0 | 112 | 423 | 26 | 26 |
| Binary | 111001 | 101011 | 1000011 | 1111 | 100100 | 0 | 1001010 | 100010011 | 10110 | 10110 |
Color Harmonies of #392B43
Complementary color
Monochromatic Colors of #392B43
Black with #392B43
Text Example
Text Example
White with #392B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B43; }
p { color: rgb(57,43,67); }
H1.HeaderClassName
{
color: #392B43;
}
.AnyTagClassName
{
color: #392B43;
}
</style>
background-color css
<style>
a { background-color: #392B43; }
a { background-color: rgb(57,43,67); }
div.DivClassName
{
background-color: #392B43;
}
.BgClassName
{
background-color: #392B43;
}
</style>
border-color css
<style>
span { border-color: #392B43; }
span { border-color: rgb(57,43,67); }
td.TdClassName
{
border-color: #392B43;
}
.TagClassName
{
border-color: #392B43;
}
</style>