Shades of Blackberry #30011E
Tints of Blackberry #30011E
RGB
CMYK
RGB Variations
Color information
#30011E (or 0x30011E) is known color: Blackberry. HEX triplet: 30, 01 and 1E. RGB value is (48,1,30). Sum of RGB (Red+Green+Blue) = 48+1+30=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011E is #CFFEE1. Grayscale: #121212. Windows color (decimal): -13631202 or 1966384. OLE color: 1966384.
HSL color Cylindrical-coordinate representation of color #30011E: hue angle of 322.98º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30011E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.81 |
| HSL | 322.98º | 0.96% | 0.1% | - |
| HSV(B) | 322.98º | 0.98% | 0.19% | - |
| XYZ | 1.46 | 0.74 | 1.29 | - |
| YUV | 18.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 30 | 0 | 0.98 | 0.37 | 0.81 | 322.98 | 0.96 | 0.1 |
| Hex | 30 | 1 | 1E | 0 | 62 | 25 | 51 | 143 | 60 | A |
| Octal | 60 | 1 | 36 | 0 | 142 | 45 | 121 | 503 | 140 | 12 |
| Binary | 110000 | 1 | 11110 | 0 | 1100010 | 100101 | 1010001 | 101000011 | 1100000 | 1010 |
Color Harmonies of #30011E
Complementary color
Monochromatic Colors of #30011E
Black with #30011E
Text Example
Text Example
White with #30011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30011E; }
p { color: rgb(48,1,30); }
H1.HeaderClassName
{
color: #30011E;
}
.AnyTagClassName
{
color: #30011E;
}
</style>
background-color css
<style>
a { background-color: #30011E; }
a { background-color: rgb(48,1,30); }
div.DivClassName
{
background-color: #30011E;
}
.BgClassName
{
background-color: #30011E;
}
</style>
border-color css
<style>
span { border-color: #30011E; }
span { border-color: rgb(48,1,30); }
td.TdClassName
{
border-color: #30011E;
}
.TagClassName
{
border-color: #30011E;
}
</style>