Shades of Black Rose #581F33
Tints of Black Rose #581F33
RGB
CMYK
RGB Variations
Color information
#581F33 (or 0x581F33) is known color: Black Rose. HEX triplet: 58, 1F and 33. RGB value is (88,31,51). Sum of RGB (Red+Green+Blue) = 88+31+51=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #581F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F33 is #A7E0CC. Grayscale: #323232. Windows color (decimal): -11002061 or 3350360. OLE color: 3350360.
HSL color Cylindrical-coordinate representation of color #581F33: hue angle of 338.95º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F33 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 51 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.65 |
| HSL | 338.95º | 0.48% | 0.23% | - |
| HSV(B) | 338.95º | 0.65% | 0.35% | - |
| XYZ | 5.11 | 3.29 | 3.5 | - |
| YUV | 50.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 51 | 0 | 0.65 | 0.42 | 0.65 | 338.95 | 0.48 | 0.23 |
| Hex | 58 | 1F | 33 | 0 | 41 | 2A | 41 | 153 | 30 | 17 |
| Octal | 130 | 37 | 63 | 0 | 101 | 52 | 101 | 523 | 60 | 27 |
| Binary | 1011000 | 11111 | 110011 | 0 | 1000001 | 101010 | 1000001 | 101010011 | 110000 | 10111 |
Color Harmonies of #581F33
Complementary color
Monochromatic Colors of #581F33
Black with #581F33
Text Example
Text Example
White with #581F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F33; }
p { color: rgb(88,31,51); }
H1.HeaderClassName
{
color: #581F33;
}
.AnyTagClassName
{
color: #581F33;
}
</style>
background-color css
<style>
a { background-color: #581F33; }
a { background-color: rgb(88,31,51); }
div.DivClassName
{
background-color: #581F33;
}
.BgClassName
{
background-color: #581F33;
}
</style>
border-color css
<style>
span { border-color: #581F33; }
span { border-color: rgb(88,31,51); }
td.TdClassName
{
border-color: #581F33;
}
.TagClassName
{
border-color: #581F33;
}
</style>