Shades of Jagger #38333B
Tints of Jagger #38333B
RGB
CMYK
RGB Variations
Color information
#38333B (or 0x38333B) is known color: Jagger. HEX triplet: 38, 33 and 3B. RGB value is (56,51,59). Sum of RGB (Red+Green+Blue) = 56+51+59=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #38333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333B is #C7CCC4. Grayscale: #353535. Windows color (decimal): -13094085 or 3879736. OLE color: 3879736.
HSL color Cylindrical-coordinate representation of color #38333B: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #38333B is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 51 | 59 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.77 |
| HSL | 277.5º | 0.07% | 0.22% | - |
| HSV(B) | 277.5º | 0.14% | 0.23% | - |
| XYZ | 3.6 | 3.52 | 4.63 | - |
| YUV | 53.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 59 | 0.05 | 0.14 | 0 | 0.77 | 277.5 | 0.07 | 0.22 |
| Hex | 38 | 33 | 3B | 5 | E | 0 | 4D | 116 | 7 | 16 |
| Octal | 70 | 63 | 73 | 5 | 16 | 0 | 115 | 426 | 7 | 26 |
| Binary | 111000 | 110011 | 111011 | 101 | 1110 | 0 | 1001101 | 100010110 | 111 | 10110 |
Color Harmonies of #38333B
Complementary color
Monochromatic Colors of #38333B
Black with #38333B
Text Example
Text Example
White with #38333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38333B; }
p { color: rgb(56,51,59); }
H1.HeaderClassName
{
color: #38333B;
}
.AnyTagClassName
{
color: #38333B;
}
</style>
background-color css
<style>
a { background-color: #38333B; }
a { background-color: rgb(56,51,59); }
div.DivClassName
{
background-color: #38333B;
}
.BgClassName
{
background-color: #38333B;
}
</style>
border-color css
<style>
span { border-color: #38333B; }
span { border-color: rgb(56,51,59); }
td.TdClassName
{
border-color: #38333B;
}
.TagClassName
{
border-color: #38333B;
}
</style>