Shades of Blackberry #4B0D3C
Tints of Blackberry #4B0D3C
RGB
CMYK
RGB Variations
Color information
#4B0D3C (or 0x4B0D3C) is known color: Blackberry. HEX triplet: 4B, 0D and 3C. RGB value is (75,13,60). Sum of RGB (Red+Green+Blue) = 75+13+60=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D3C is #B4F2C3. Grayscale: #242424. Windows color (decimal): -11858628 or 3935563. OLE color: 3935563.
HSL color Cylindrical-coordinate representation of color #4B0D3C: hue angle of 314.52º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B0D3C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 13 | 60 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.71 |
| HSL | 314.52º | 0.7% | 0.17% | - |
| HSV(B) | 314.52º | 0.83% | 0.29% | - |
| XYZ | 3.86 | 2.11 | 4.48 | - |
| YUV | 36.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 13 | 60 | 0 | 0.83 | 0.20 | 0.71 | 314.52 | 0.7 | 0.17 |
| Hex | 4B | D | 3C | 0 | 53 | 14 | 47 | 13B | 46 | 11 |
| Octal | 113 | 15 | 74 | 0 | 123 | 24 | 107 | 473 | 106 | 21 |
| Binary | 1001011 | 1101 | 111100 | 0 | 1010011 | 10100 | 1000111 | 100111011 | 1000110 | 10001 |
Color Harmonies of #4B0D3C
Complementary color
Monochromatic Colors of #4B0D3C
Black with #4B0D3C
Text Example
Text Example
White with #4B0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0D3C; }
p { color: rgb(75,13,60); }
H1.HeaderClassName
{
color: #4B0D3C;
}
.AnyTagClassName
{
color: #4B0D3C;
}
</style>
background-color css
<style>
a { background-color: #4B0D3C; }
a { background-color: rgb(75,13,60); }
div.DivClassName
{
background-color: #4B0D3C;
}
.BgClassName
{
background-color: #4B0D3C;
}
</style>
border-color css
<style>
span { border-color: #4B0D3C; }
span { border-color: rgb(75,13,60); }
td.TdClassName
{
border-color: #4B0D3C;
}
.TagClassName
{
border-color: #4B0D3C;
}
</style>