Shades of Jagger #3D2F42
Tints of Jagger #3D2F42
RGB
CMYK
RGB Variations
Color information
#3D2F42 (or 0x3D2F42) is known color: Jagger. HEX triplet: 3D, 2F and 42. RGB value is (61,47,66). Sum of RGB (Red+Green+Blue) = 61+47+66=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D2F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F42 is #C2D0BD. Grayscale: #353535. Windows color (decimal): -12767422 or 4337469. OLE color: 4337469.
HSL color Cylindrical-coordinate representation of color #3D2F42: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D2F42 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 47 | 66 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.74 |
| HSL | 284.21º | 0.17% | 0.22% | - |
| HSV(B) | 284.21º | 0.29% | 0.26% | - |
| XYZ | 3.92 | 3.42 | 5.61 | - |
| YUV | 53.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 66 | 0.08 | 0.29 | 0 | 0.74 | 284.21 | 0.17 | 0.22 |
| Hex | 3D | 2F | 42 | 8 | 1D | 0 | 4A | 11C | 11 | 16 |
| Octal | 75 | 57 | 102 | 10 | 35 | 0 | 112 | 434 | 21 | 26 |
| Binary | 111101 | 101111 | 1000010 | 1000 | 11101 | 0 | 1001010 | 100011100 | 10001 | 10110 |
Color Harmonies of #3D2F42
Complementary color
Monochromatic Colors of #3D2F42
Black with #3D2F42
Text Example
Text Example
White with #3D2F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F42; }
p { color: rgb(61,47,66); }
H1.HeaderClassName
{
color: #3D2F42;
}
.AnyTagClassName
{
color: #3D2F42;
}
</style>
background-color css
<style>
a { background-color: #3D2F42; }
a { background-color: rgb(61,47,66); }
div.DivClassName
{
background-color: #3D2F42;
}
.BgClassName
{
background-color: #3D2F42;
}
</style>
border-color css
<style>
span { border-color: #3D2F42; }
span { border-color: rgb(61,47,66); }
td.TdClassName
{
border-color: #3D2F42;
}
.TagClassName
{
border-color: #3D2F42;
}
</style>