Shades of Blackberry #30081E
Tints of Blackberry #30081E
RGB
CMYK
RGB Variations
Color information
#30081E (or 0x30081E) is known color: Blackberry. HEX triplet: 30, 08 and 1E. RGB value is (48,8,30). Sum of RGB (Red+Green+Blue) = 48+8+30=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30081E is #CFF7E1. Grayscale: #161616. Windows color (decimal): -13629410 or 1968176. OLE color: 1968176.
HSL color Cylindrical-coordinate representation of color #30081E: hue angle of 327º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30081E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 8 | 30 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.81 |
| HSL | 327º | 0.71% | 0.11% | - |
| HSV(B) | 327º | 0.83% | 0.19% | - |
| XYZ | 1.54 | 0.9 | 1.32 | - |
| YUV | 22.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 30 | 0 | 0.83 | 0.37 | 0.81 | 327 | 0.71 | 0.11 |
| Hex | 30 | 8 | 1E | 0 | 53 | 25 | 51 | 147 | 47 | B |
| Octal | 60 | 10 | 36 | 0 | 123 | 45 | 121 | 507 | 107 | 13 |
| Binary | 110000 | 1000 | 11110 | 0 | 1010011 | 100101 | 1010001 | 101000111 | 1000111 | 1011 |
Color Harmonies of #30081E
Complementary color
Monochromatic Colors of #30081E
Black with #30081E
Text Example
Text Example
White with #30081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30081E; }
p { color: rgb(48,8,30); }
H1.HeaderClassName
{
color: #30081E;
}
.AnyTagClassName
{
color: #30081E;
}
</style>
background-color css
<style>
a { background-color: #30081E; }
a { background-color: rgb(48,8,30); }
div.DivClassName
{
background-color: #30081E;
}
.BgClassName
{
background-color: #30081E;
}
</style>
border-color css
<style>
span { border-color: #30081E; }
span { border-color: rgb(48,8,30); }
td.TdClassName
{
border-color: #30081E;
}
.TagClassName
{
border-color: #30081E;
}
</style>