Shades of Black Rose #4A2A33
Tints of Black Rose #4A2A33
RGB
CMYK
RGB Variations
Color information
#4A2A33 (or 0x4A2A33) is known color: Black Rose. HEX triplet: 4A, 2A and 33. RGB value is (74,42,51). Sum of RGB (Red+Green+Blue) = 74+42+51=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A33 is #B5D5CC. Grayscale: #343434. Windows color (decimal): -11916749 or 3353162. OLE color: 3353162.
HSL color Cylindrical-coordinate representation of color #4A2A33: hue angle of 343.12º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A2A33 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 42 | 51 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.71 |
| HSL | 343.13º | 0.28% | 0.23% | - |
| HSV(B) | 343.13º | 0.43% | 0.29% | - |
| XYZ | 4.25 | 3.35 | 3.55 | - |
| YUV | 52.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 51 | 0 | 0.43 | 0.31 | 0.71 | 343.13 | 0.28 | 0.23 |
| Hex | 4A | 2A | 33 | 0 | 2B | 1F | 47 | 157 | 1C | 17 |
| Octal | 112 | 52 | 63 | 0 | 53 | 37 | 107 | 527 | 34 | 27 |
| Binary | 1001010 | 101010 | 110011 | 0 | 101011 | 11111 | 1000111 | 101010111 | 11100 | 10111 |
Color Harmonies of #4A2A33
Complementary color
Monochromatic Colors of #4A2A33
Black with #4A2A33
Text Example
Text Example
White with #4A2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A33; }
p { color: rgb(74,42,51); }
H1.HeaderClassName
{
color: #4A2A33;
}
.AnyTagClassName
{
color: #4A2A33;
}
</style>
background-color css
<style>
a { background-color: #4A2A33; }
a { background-color: rgb(74,42,51); }
div.DivClassName
{
background-color: #4A2A33;
}
.BgClassName
{
background-color: #4A2A33;
}
</style>
border-color css
<style>
span { border-color: #4A2A33; }
span { border-color: rgb(74,42,51); }
td.TdClassName
{
border-color: #4A2A33;
}
.TagClassName
{
border-color: #4A2A33;
}
</style>