Shades of Blackberry #4B1830
Tints of Blackberry #4B1830
RGB
CMYK
RGB Variations
Color information
#4B1830 (or 0x4B1830) is known color: Blackberry. HEX triplet: 4B, 18 and 30. RGB value is (75,24,48). Sum of RGB (Red+Green+Blue) = 75+24+48=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1830 is #B4E7CF. Grayscale: #292929. Windows color (decimal): -11855824 or 3151947. OLE color: 3151947.
HSL color Cylindrical-coordinate representation of color #4B1830: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1830 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 48 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.71 |
| HSL | 331.76º | 0.52% | 0.19% | - |
| HSV(B) | 331.76º | 0.68% | 0.29% | - |
| XYZ | 3.76 | 2.36 | 3.05 | - |
| YUV | 41.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 48 | 0 | 0.68 | 0.36 | 0.71 | 331.76 | 0.52 | 0.19 |
| Hex | 4B | 18 | 30 | 0 | 44 | 24 | 47 | 14C | 34 | 13 |
| Octal | 113 | 30 | 60 | 0 | 104 | 44 | 107 | 514 | 64 | 23 |
| Binary | 1001011 | 11000 | 110000 | 0 | 1000100 | 100100 | 1000111 | 101001100 | 110100 | 10011 |
Color Harmonies of #4B1830
Complementary color
Monochromatic Colors of #4B1830
Black with #4B1830
Text Example
Text Example
White with #4B1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1830; }
p { color: rgb(75,24,48); }
H1.HeaderClassName
{
color: #4B1830;
}
.AnyTagClassName
{
color: #4B1830;
}
</style>
background-color css
<style>
a { background-color: #4B1830; }
a { background-color: rgb(75,24,48); }
div.DivClassName
{
background-color: #4B1830;
}
.BgClassName
{
background-color: #4B1830;
}
</style>
border-color css
<style>
span { border-color: #4B1830; }
span { border-color: rgb(75,24,48); }
td.TdClassName
{
border-color: #4B1830;
}
.TagClassName
{
border-color: #4B1830;
}
</style>