Shades of Black Rose #581E38
Tints of Black Rose #581E38
RGB
CMYK
RGB Variations
Color information
#581E38 (or 0x581E38) is known color: Black Rose. HEX triplet: 58, 1E and 38. RGB value is (88,30,56). Sum of RGB (Red+Green+Blue) = 88+30+56=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #581E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E38 is #A7E1C7. Grayscale: #323232. Windows color (decimal): -11002312 or 3677784. OLE color: 3677784.
HSL color Cylindrical-coordinate representation of color #581E38: hue angle of 333.1º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #581E38 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 56 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.65 |
| HSL | 333.1º | 0.49% | 0.23% | - |
| HSV(B) | 333.1º | 0.66% | 0.35% | - |
| XYZ | 5.2 | 3.29 | 4.1 | - |
| YUV | 50.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 56 | 0 | 0.66 | 0.36 | 0.65 | 333.1 | 0.49 | 0.23 |
| Hex | 58 | 1E | 38 | 0 | 42 | 24 | 41 | 14D | 31 | 17 |
| Octal | 130 | 36 | 70 | 0 | 102 | 44 | 101 | 515 | 61 | 27 |
| Binary | 1011000 | 11110 | 111000 | 0 | 1000010 | 100100 | 1000001 | 101001101 | 110001 | 10111 |
Color Harmonies of #581E38
Complementary color
Monochromatic Colors of #581E38
Black with #581E38
Text Example
Text Example
White with #581E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E38; }
p { color: rgb(88,30,56); }
H1.HeaderClassName
{
color: #581E38;
}
.AnyTagClassName
{
color: #581E38;
}
</style>
background-color css
<style>
a { background-color: #581E38; }
a { background-color: rgb(88,30,56); }
div.DivClassName
{
background-color: #581E38;
}
.BgClassName
{
background-color: #581E38;
}
</style>
border-color css
<style>
span { border-color: #581E38; }
span { border-color: rgb(88,30,56); }
td.TdClassName
{
border-color: #581E38;
}
.TagClassName
{
border-color: #581E38;
}
</style>