Shades of Black Rose #55303F
Tints of Black Rose #55303F
RGB
CMYK
RGB Variations
Color information
#55303F (or 0x55303F) is known color: Black Rose. HEX triplet: 55, 30 and 3F. RGB value is (85,48,63). Sum of RGB (Red+Green+Blue) = 85+48+63=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55303F is #AACFC0. Grayscale: #3C3C3C. Windows color (decimal): -11194305 or 4141141. OLE color: 4141141.
HSL color Cylindrical-coordinate representation of color #55303F: hue angle of 335.68º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55303F is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 63 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.67 |
| HSL | 335.68º | 0.28% | 0.26% | - |
| HSV(B) | 335.68º | 0.44% | 0.33% | - |
| XYZ | 5.7 | 4.4 | 5.25 | - |
| YUV | 60.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 63 | 0 | 0.44 | 0.26 | 0.67 | 335.68 | 0.28 | 0.26 |
| Hex | 55 | 30 | 3F | 0 | 2C | 1A | 43 | 150 | 1C | 1A |
| Octal | 125 | 60 | 77 | 0 | 54 | 32 | 103 | 520 | 34 | 32 |
| Binary | 1010101 | 110000 | 111111 | 0 | 101100 | 11010 | 1000011 | 101010000 | 11100 | 11010 |
Color Harmonies of #55303F
Complementary color
Monochromatic Colors of #55303F
Black with #55303F
Text Example
Text Example
White with #55303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55303F; }
p { color: rgb(85,48,63); }
H1.HeaderClassName
{
color: #55303F;
}
.AnyTagClassName
{
color: #55303F;
}
</style>
background-color css
<style>
a { background-color: #55303F; }
a { background-color: rgb(85,48,63); }
div.DivClassName
{
background-color: #55303F;
}
.BgClassName
{
background-color: #55303F;
}
</style>
border-color css
<style>
span { border-color: #55303F; }
span { border-color: rgb(85,48,63); }
td.TdClassName
{
border-color: #55303F;
}
.TagClassName
{
border-color: #55303F;
}
</style>