Shades of Black Rose #582433
Tints of Black Rose #582433
RGB
CMYK
RGB Variations
Color information
#582433 (or 0x582433) is known color: Black Rose. HEX triplet: 58, 24 and 33. RGB value is (88,36,51). Sum of RGB (Red+Green+Blue) = 88+36+51=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #582433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582433 is #A7DBCC. Grayscale: #353535. Windows color (decimal): -11000781 or 3351640. OLE color: 3351640.
HSL color Cylindrical-coordinate representation of color #582433: hue angle of 342.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582433 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 51 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.65 |
| HSL | 342.69º | 0.42% | 0.24% | - |
| HSV(B) | 342.69º | 0.59% | 0.35% | - |
| XYZ | 5.25 | 3.58 | 3.55 | - |
| YUV | 53.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 51 | 0 | 0.59 | 0.42 | 0.65 | 342.69 | 0.42 | 0.24 |
| Hex | 58 | 24 | 33 | 0 | 3B | 2A | 41 | 157 | 2A | 18 |
| Octal | 130 | 44 | 63 | 0 | 73 | 52 | 101 | 527 | 52 | 30 |
| Binary | 1011000 | 100100 | 110011 | 0 | 111011 | 101010 | 1000001 | 101010111 | 101010 | 11000 |
Color Harmonies of #582433
Complementary color
Monochromatic Colors of #582433
Black with #582433
Text Example
Text Example
White with #582433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582433; }
p { color: rgb(88,36,51); }
H1.HeaderClassName
{
color: #582433;
}
.AnyTagClassName
{
color: #582433;
}
</style>
background-color css
<style>
a { background-color: #582433; }
a { background-color: rgb(88,36,51); }
div.DivClassName
{
background-color: #582433;
}
.BgClassName
{
background-color: #582433;
}
</style>
border-color css
<style>
span { border-color: #582433; }
span { border-color: rgb(88,36,51); }
td.TdClassName
{
border-color: #582433;
}
.TagClassName
{
border-color: #582433;
}
</style>