Shades of Blackberry #30041E
Tints of Blackberry #30041E
RGB
CMYK
RGB Variations
Color information
#30041E (or 0x30041E) is known color: Blackberry. HEX triplet: 30, 04 and 1E. RGB value is (48,4,30). Sum of RGB (Red+Green+Blue) = 48+4+30=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041E is #CFFBE1. Grayscale: #141414. Windows color (decimal): -13630434 or 1967152. OLE color: 1967152.
HSL color Cylindrical-coordinate representation of color #30041E: hue angle of 324.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30041E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 30 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.81 |
| HSL | 324.55º | 0.85% | 0.1% | - |
| HSV(B) | 324.55º | 0.92% | 0.19% | - |
| XYZ | 1.5 | 0.81 | 1.31 | - |
| YUV | 20.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 30 | 0 | 0.92 | 0.37 | 0.81 | 324.55 | 0.85 | 0.1 |
| Hex | 30 | 4 | 1E | 0 | 5C | 25 | 51 | 145 | 55 | A |
| Octal | 60 | 4 | 36 | 0 | 134 | 45 | 121 | 505 | 125 | 12 |
| Binary | 110000 | 100 | 11110 | 0 | 1011100 | 100101 | 1010001 | 101000101 | 1010101 | 1010 |
Color Harmonies of #30041E
Complementary color
Monochromatic Colors of #30041E
Black with #30041E
Text Example
Text Example
White with #30041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30041E; }
p { color: rgb(48,4,30); }
H1.HeaderClassName
{
color: #30041E;
}
.AnyTagClassName
{
color: #30041E;
}
</style>
background-color css
<style>
a { background-color: #30041E; }
a { background-color: rgb(48,4,30); }
div.DivClassName
{
background-color: #30041E;
}
.BgClassName
{
background-color: #30041E;
}
</style>
border-color css
<style>
span { border-color: #30041E; }
span { border-color: rgb(48,4,30); }
td.TdClassName
{
border-color: #30041E;
}
.TagClassName
{
border-color: #30041E;
}
</style>