Shades of Jazz #62343B
Tints of Jazz #62343B
RGB
CMYK
RGB Variations
Color information
#62343B (or 0x62343B) is known color: Jazz. HEX triplet: 62, 34 and 3B. RGB value is (98,52,59). Sum of RGB (Red+Green+Blue) = 98+52+59=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62343B is #9DCBC4. Grayscale: #424242. Windows color (decimal): -10341317 or 3880034. OLE color: 3880034.
HSL color Cylindrical-coordinate representation of color #62343B: hue angle of 350.87º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62343B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 52 | 59 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.62 |
| HSL | 350.87º | 0.31% | 0.29% | - |
| HSV(B) | 350.87º | 0.47% | 0.38% | - |
| XYZ | 7.05 | 5.37 | 4.8 | - |
| YUV | 66.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 59 | 0 | 0.47 | 0.40 | 0.62 | 350.87 | 0.31 | 0.29 |
| Hex | 62 | 34 | 3B | 0 | 2F | 28 | 3E | 15F | 1F | 1D |
| Octal | 142 | 64 | 73 | 0 | 57 | 50 | 76 | 537 | 37 | 35 |
| Binary | 1100010 | 110100 | 111011 | 0 | 101111 | 101000 | 111110 | 101011111 | 11111 | 11101 |
Color Harmonies of #62343B
Complementary color
Monochromatic Colors of #62343B
Black with #62343B
Text Example
Text Example
White with #62343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62343B; }
p { color: rgb(98,52,59); }
H1.HeaderClassName
{
color: #62343B;
}
.AnyTagClassName
{
color: #62343B;
}
</style>
background-color css
<style>
a { background-color: #62343B; }
a { background-color: rgb(98,52,59); }
div.DivClassName
{
background-color: #62343B;
}
.BgClassName
{
background-color: #62343B;
}
</style>
border-color css
<style>
span { border-color: #62343B; }
span { border-color: rgb(98,52,59); }
td.TdClassName
{
border-color: #62343B;
}
.TagClassName
{
border-color: #62343B;
}
</style>