Shades of Black Rose #4B262F
Tints of Black Rose #4B262F
RGB
CMYK
RGB Variations
Color information
#4B262F (or 0x4B262F) is known color: Black Rose. HEX triplet: 4B, 26 and 2F. RGB value is (75,38,47). Sum of RGB (Red+Green+Blue) = 75+38+47=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B262F is #B4D9D0. Grayscale: #323232. Windows color (decimal): -11852241 or 3089995. OLE color: 3089995.
HSL color Cylindrical-coordinate representation of color #4B262F: hue angle of 345.41º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B262F is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 47 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.71 |
| HSL | 345.41º | 0.33% | 0.22% | - |
| HSV(B) | 345.41º | 0.49% | 0.29% | - |
| XYZ | 4.11 | 3.09 | 3.07 | - |
| YUV | 50.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 47 | 0 | 0.49 | 0.37 | 0.71 | 345.41 | 0.33 | 0.22 |
| Hex | 4B | 26 | 2F | 0 | 31 | 25 | 47 | 159 | 21 | 16 |
| Octal | 113 | 46 | 57 | 0 | 61 | 45 | 107 | 531 | 41 | 26 |
| Binary | 1001011 | 100110 | 101111 | 0 | 110001 | 100101 | 1000111 | 101011001 | 100001 | 10110 |
Color Harmonies of #4B262F
Complementary color
Monochromatic Colors of #4B262F
Black with #4B262F
Text Example
Text Example
White with #4B262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B262F; }
p { color: rgb(75,38,47); }
H1.HeaderClassName
{
color: #4B262F;
}
.AnyTagClassName
{
color: #4B262F;
}
</style>
background-color css
<style>
a { background-color: #4B262F; }
a { background-color: rgb(75,38,47); }
div.DivClassName
{
background-color: #4B262F;
}
.BgClassName
{
background-color: #4B262F;
}
</style>
border-color css
<style>
span { border-color: #4B262F; }
span { border-color: rgb(75,38,47); }
td.TdClassName
{
border-color: #4B262F;
}
.TagClassName
{
border-color: #4B262F;
}
</style>