Shades of Blackberry #30071E
Tints of Blackberry #30071E
RGB
CMYK
RGB Variations
Color information
#30071E (or 0x30071E) is known color: Blackberry. HEX triplet: 30, 07 and 1E. RGB value is (48,7,30). Sum of RGB (Red+Green+Blue) = 48+7+30=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071E is #CFF8E1. Grayscale: #151515. Windows color (decimal): -13629666 or 1967920. OLE color: 1967920.
HSL color Cylindrical-coordinate representation of color #30071E: hue angle of 326.34º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30071E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 30 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.81 |
| HSL | 326.34º | 0.75% | 0.11% | - |
| HSV(B) | 326.34º | 0.85% | 0.19% | - |
| XYZ | 1.53 | 0.87 | 1.32 | - |
| YUV | 21.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 30 | 0 | 0.85 | 0.37 | 0.81 | 326.34 | 0.75 | 0.11 |
| Hex | 30 | 7 | 1E | 0 | 55 | 25 | 51 | 146 | 4B | B |
| Octal | 60 | 7 | 36 | 0 | 125 | 45 | 121 | 506 | 113 | 13 |
| Binary | 110000 | 111 | 11110 | 0 | 1010101 | 100101 | 1010001 | 101000110 | 1001011 | 1011 |
Color Harmonies of #30071E
Complementary color
Monochromatic Colors of #30071E
Black with #30071E
Text Example
Text Example
White with #30071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30071E; }
p { color: rgb(48,7,30); }
H1.HeaderClassName
{
color: #30071E;
}
.AnyTagClassName
{
color: #30071E;
}
</style>
background-color css
<style>
a { background-color: #30071E; }
a { background-color: rgb(48,7,30); }
div.DivClassName
{
background-color: #30071E;
}
.BgClassName
{
background-color: #30071E;
}
</style>
border-color css
<style>
span { border-color: #30071E; }
span { border-color: rgb(48,7,30); }
td.TdClassName
{
border-color: #30071E;
}
.TagClassName
{
border-color: #30071E;
}
</style>