Shades of Blackberry #30011D
Tints of Blackberry #30011D
RGB
CMYK
RGB Variations
Color information
#30011D (or 0x30011D) is known color: Blackberry. HEX triplet: 30, 01 and 1D. RGB value is (48,1,29). Sum of RGB (Red+Green+Blue) = 48+1+29=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011D is #CFFEE2. Grayscale: #121212. Windows color (decimal): -13631203 or 1900848. OLE color: 1900848.
HSL color Cylindrical-coordinate representation of color #30011D: hue angle of 324.26º 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 #30011D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 29 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.81 |
| HSL | 324.26º | 0.96% | 0.1% | - |
| HSV(B) | 324.26º | 0.98% | 0.19% | - |
| XYZ | 1.45 | 0.74 | 1.23 | - |
| YUV | 18.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 29 | 0 | 0.98 | 0.40 | 0.81 | 324.26 | 0.96 | 0.1 |
| Hex | 30 | 1 | 1D | 0 | 62 | 28 | 51 | 144 | 60 | A |
| Octal | 60 | 1 | 35 | 0 | 142 | 50 | 121 | 504 | 140 | 12 |
| Binary | 110000 | 1 | 11101 | 0 | 1100010 | 101000 | 1010001 | 101000100 | 1100000 | 1010 |
Color Harmonies of #30011D
Complementary color
Monochromatic Colors of #30011D
Black with #30011D
Text Example
Text Example
White with #30011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30011D; }
p { color: rgb(48,1,29); }
H1.HeaderClassName
{
color: #30011D;
}
.AnyTagClassName
{
color: #30011D;
}
</style>
background-color css
<style>
a { background-color: #30011D; }
a { background-color: rgb(48,1,29); }
div.DivClassName
{
background-color: #30011D;
}
.BgClassName
{
background-color: #30011D;
}
</style>
border-color css
<style>
span { border-color: #30011D; }
span { border-color: rgb(48,1,29); }
td.TdClassName
{
border-color: #30011D;
}
.TagClassName
{
border-color: #30011D;
}
</style>