Shades of Jazz #582B30
Tints of Jazz #582B30
RGB
CMYK
RGB Variations
Color information
#582B30 (or 0x582B30) is known color: Jazz. HEX triplet: 58, 2B and 30. RGB value is (88,43,48). Sum of RGB (Red+Green+Blue) = 88+43+48=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B30 is #A7D4CF. Grayscale: #393939. Windows color (decimal): -10998992 or 3156824. OLE color: 3156824.
HSL color Cylindrical-coordinate representation of color #582B30: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B30 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 48 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.65 |
| HSL | 353.33º | 0.34% | 0.26% | - |
| HSV(B) | 353.33º | 0.51% | 0.35% | - |
| XYZ | 5.42 | 4.02 | 3.29 | - |
| YUV | 57.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 48 | 0 | 0.51 | 0.45 | 0.65 | 353.33 | 0.34 | 0.26 |
| Hex | 58 | 2B | 30 | 0 | 33 | 2D | 41 | 161 | 22 | 1A |
| Octal | 130 | 53 | 60 | 0 | 63 | 55 | 101 | 541 | 42 | 32 |
| Binary | 1011000 | 101011 | 110000 | 0 | 110011 | 101101 | 1000001 | 101100001 | 100010 | 11010 |
Color Harmonies of #582B30
Complementary color
Monochromatic Colors of #582B30
Black with #582B30
Text Example
Text Example
White with #582B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B30; }
p { color: rgb(88,43,48); }
H1.HeaderClassName
{
color: #582B30;
}
.AnyTagClassName
{
color: #582B30;
}
</style>
background-color css
<style>
a { background-color: #582B30; }
a { background-color: rgb(88,43,48); }
div.DivClassName
{
background-color: #582B30;
}
.BgClassName
{
background-color: #582B30;
}
</style>
border-color css
<style>
span { border-color: #582B30; }
span { border-color: rgb(88,43,48); }
td.TdClassName
{
border-color: #582B30;
}
.TagClassName
{
border-color: #582B30;
}
</style>