Shades of Blackberry #30031E
Tints of Blackberry #30031E
RGB
CMYK
RGB Variations
Color information
#30031E (or 0x30031E) is known color: Blackberry. HEX triplet: 30, 03 and 1E. RGB value is (48,3,30). Sum of RGB (Red+Green+Blue) = 48+3+30=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30031E is #CFFCE1. Grayscale: #131313. Windows color (decimal): -13630690 or 1966896. OLE color: 1966896.
HSL color Cylindrical-coordinate representation of color #30031E: hue angle of 324º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30031E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 30 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.81 |
| HSL | 324º | 0.88% | 0.1% | - |
| HSV(B) | 324º | 0.94% | 0.19% | - |
| XYZ | 1.49 | 0.79 | 1.3 | - |
| YUV | 19.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 30 | 0 | 0.94 | 0.37 | 0.81 | 324 | 0.88 | 0.1 |
| Hex | 30 | 3 | 1E | 0 | 5E | 25 | 51 | 144 | 58 | A |
| Octal | 60 | 3 | 36 | 0 | 136 | 45 | 121 | 504 | 130 | 12 |
| Binary | 110000 | 11 | 11110 | 0 | 1011110 | 100101 | 1010001 | 101000100 | 1011000 | 1010 |
Color Harmonies of #30031E
Complementary color
Monochromatic Colors of #30031E
Black with #30031E
Text Example
Text Example
White with #30031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30031E; }
p { color: rgb(48,3,30); }
H1.HeaderClassName
{
color: #30031E;
}
.AnyTagClassName
{
color: #30031E;
}
</style>
background-color css
<style>
a { background-color: #30031E; }
a { background-color: rgb(48,3,30); }
div.DivClassName
{
background-color: #30031E;
}
.BgClassName
{
background-color: #30031E;
}
</style>
border-color css
<style>
span { border-color: #30031E; }
span { border-color: rgb(48,3,30); }
td.TdClassName
{
border-color: #30031E;
}
.TagClassName
{
border-color: #30031E;
}
</style>