Shades of Jagger #38254B
Tints of Jagger #38254B
RGB
CMYK
RGB Variations
Color information
#38254B (or 0x38254B) is known color: Jagger. HEX triplet: 38, 25 and 4B. RGB value is (56,37,75). Sum of RGB (Red+Green+Blue) = 56+37+75=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #38254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38254B is #C7DAB4. Grayscale: #2E2E2E. Windows color (decimal): -13097653 or 4924728. OLE color: 4924728.
HSL color Cylindrical-coordinate representation of color #38254B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38254B is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 37 | 75 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.71 |
| HSL | 270º | 0.34% | 0.22% | - |
| HSV(B) | 270º | 0.51% | 0.29% | - |
| XYZ | 3.56 | 2.67 | 6.98 | - |
| YUV | 47.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 75 | 0.25 | 0.51 | 0 | 0.71 | 270 | 0.34 | 0.22 |
| Hex | 38 | 25 | 4B | 19 | 33 | 0 | 47 | 10E | 22 | 16 |
| Octal | 70 | 45 | 113 | 31 | 63 | 0 | 107 | 416 | 42 | 26 |
| Binary | 111000 | 100101 | 1001011 | 11001 | 110011 | 0 | 1000111 | 100001110 | 100010 | 10110 |
Color Harmonies of #38254B
Complementary color
Monochromatic Colors of #38254B
Black with #38254B
Text Example
Text Example
White with #38254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38254B; }
p { color: rgb(56,37,75); }
H1.HeaderClassName
{
color: #38254B;
}
.AnyTagClassName
{
color: #38254B;
}
</style>
background-color css
<style>
a { background-color: #38254B; }
a { background-color: rgb(56,37,75); }
div.DivClassName
{
background-color: #38254B;
}
.BgClassName
{
background-color: #38254B;
}
</style>
border-color css
<style>
span { border-color: #38254B; }
span { border-color: rgb(56,37,75); }
td.TdClassName
{
border-color: #38254B;
}
.TagClassName
{
border-color: #38254B;
}
</style>