Shades of Jagger #3D2F41
Tints of Jagger #3D2F41
RGB
CMYK
RGB Variations
Color information
#3D2F41 (or 0x3D2F41) is known color: Jagger. HEX triplet: 3D, 2F and 41. RGB value is (61,47,65). Sum of RGB (Red+Green+Blue) = 61+47+65=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F41 is #C2D0BE. Grayscale: #353535. Windows color (decimal): -12767423 or 4271933. OLE color: 4271933.
HSL color Cylindrical-coordinate representation of color #3D2F41: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2F41 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 47 | 65 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.75 |
| HSL | 286.67º | 0.16% | 0.22% | - |
| HSV(B) | 286.67º | 0.28% | 0.25% | - |
| XYZ | 3.9 | 3.41 | 5.45 | - |
| YUV | 53.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 65 | 0.06 | 0.28 | 0 | 0.75 | 286.67 | 0.16 | 0.22 |
| Hex | 3D | 2F | 41 | 6 | 1C | 0 | 4B | 11F | 10 | 16 |
| Octal | 75 | 57 | 101 | 6 | 34 | 0 | 113 | 437 | 20 | 26 |
| Binary | 111101 | 101111 | 1000001 | 110 | 11100 | 0 | 1001011 | 100011111 | 10000 | 10110 |
Color Harmonies of #3D2F41
Complementary color
Monochromatic Colors of #3D2F41
Black with #3D2F41
Text Example
Text Example
White with #3D2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F41; }
p { color: rgb(61,47,65); }
H1.HeaderClassName
{
color: #3D2F41;
}
.AnyTagClassName
{
color: #3D2F41;
}
</style>
background-color css
<style>
a { background-color: #3D2F41; }
a { background-color: rgb(61,47,65); }
div.DivClassName
{
background-color: #3D2F41;
}
.BgClassName
{
background-color: #3D2F41;
}
</style>
border-color css
<style>
span { border-color: #3D2F41; }
span { border-color: rgb(61,47,65); }
td.TdClassName
{
border-color: #3D2F41;
}
.TagClassName
{
border-color: #3D2F41;
}
</style>