Shades of Blackberry #4B123A
Tints of Blackberry #4B123A
RGB
CMYK
RGB Variations
Color information
#4B123A (or 0x4B123A) is known color: Blackberry. HEX triplet: 4B, 12 and 3A. RGB value is (75,18,58). Sum of RGB (Red+Green+Blue) = 75+18+58=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B123A is #B4EDC5. Grayscale: #272727. Windows color (decimal): -11857350 or 3805771. OLE color: 3805771.
HSL color Cylindrical-coordinate representation of color #4B123A: hue angle of 317.89º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B123A is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 58 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.71 |
| HSL | 317.89º | 0.61% | 0.18% | - |
| HSV(B) | 317.89º | 0.76% | 0.29% | - |
| XYZ | 3.88 | 2.23 | 4.23 | - |
| YUV | 39.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 58 | 0 | 0.76 | 0.23 | 0.71 | 317.89 | 0.61 | 0.18 |
| Hex | 4B | 12 | 3A | 0 | 4C | 17 | 47 | 13E | 3D | 12 |
| Octal | 113 | 22 | 72 | 0 | 114 | 27 | 107 | 476 | 75 | 22 |
| Binary | 1001011 | 10010 | 111010 | 0 | 1001100 | 10111 | 1000111 | 100111110 | 111101 | 10010 |
Color Harmonies of #4B123A
Complementary color
Monochromatic Colors of #4B123A
Black with #4B123A
Text Example
Text Example
White with #4B123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B123A; }
p { color: rgb(75,18,58); }
H1.HeaderClassName
{
color: #4B123A;
}
.AnyTagClassName
{
color: #4B123A;
}
</style>
background-color css
<style>
a { background-color: #4B123A; }
a { background-color: rgb(75,18,58); }
div.DivClassName
{
background-color: #4B123A;
}
.BgClassName
{
background-color: #4B123A;
}
</style>
border-color css
<style>
span { border-color: #4B123A; }
span { border-color: rgb(75,18,58); }
td.TdClassName
{
border-color: #4B123A;
}
.TagClassName
{
border-color: #4B123A;
}
</style>