Shades of Blackberry #30051E
Tints of Blackberry #30051E
RGB
CMYK
RGB Variations
Color information
#30051E (or 0x30051E) is known color: Blackberry. HEX triplet: 30, 05 and 1E. RGB value is (48,5,30). Sum of RGB (Red+Green+Blue) = 48+5+30=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051E is #CFFAE1. Grayscale: #141414. Windows color (decimal): -13630178 or 1967408. OLE color: 1967408.
HSL color Cylindrical-coordinate representation of color #30051E: hue angle of 325.12º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30051E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 30 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.81 |
| HSL | 325.12º | 0.81% | 0.1% | - |
| HSV(B) | 325.12º | 0.9% | 0.19% | - |
| XYZ | 1.51 | 0.83 | 1.31 | - |
| YUV | 20.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 30 | 0 | 0.90 | 0.37 | 0.81 | 325.12 | 0.81 | 0.1 |
| Hex | 30 | 5 | 1E | 0 | 5A | 25 | 51 | 145 | 51 | A |
| Octal | 60 | 5 | 36 | 0 | 132 | 45 | 121 | 505 | 121 | 12 |
| Binary | 110000 | 101 | 11110 | 0 | 1011010 | 100101 | 1010001 | 101000101 | 1010001 | 1010 |
Color Harmonies of #30051E
Complementary color
Monochromatic Colors of #30051E
Black with #30051E
Text Example
Text Example
White with #30051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30051E; }
p { color: rgb(48,5,30); }
H1.HeaderClassName
{
color: #30051E;
}
.AnyTagClassName
{
color: #30051E;
}
</style>
background-color css
<style>
a { background-color: #30051E; }
a { background-color: rgb(48,5,30); }
div.DivClassName
{
background-color: #30051E;
}
.BgClassName
{
background-color: #30051E;
}
</style>
border-color css
<style>
span { border-color: #30051E; }
span { border-color: rgb(48,5,30); }
td.TdClassName
{
border-color: #30051E;
}
.TagClassName
{
border-color: #30051E;
}
</style>