Shades of Blackberry #30041D
Tints of Blackberry #30041D
RGB
CMYK
RGB Variations
Color information
#30041D (or 0x30041D) is known color: Blackberry. HEX triplet: 30, 04 and 1D. RGB value is (48,4,29). Sum of RGB (Red+Green+Blue) = 48+4+29=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041D is #CFFBE2. Grayscale: #131313. Windows color (decimal): -13630435 or 1901616. OLE color: 1901616.
HSL color Cylindrical-coordinate representation of color #30041D: hue angle of 325.91º 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 #30041D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 29 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.81 |
| HSL | 325.91º | 0.85% | 0.1% | - |
| HSV(B) | 325.91º | 0.92% | 0.19% | - |
| XYZ | 1.48 | 0.8 | 1.24 | - |
| YUV | 20.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 29 | 0 | 0.92 | 0.40 | 0.81 | 325.91 | 0.85 | 0.1 |
| Hex | 30 | 4 | 1D | 0 | 5C | 28 | 51 | 146 | 55 | A |
| Octal | 60 | 4 | 35 | 0 | 134 | 50 | 121 | 506 | 125 | 12 |
| Binary | 110000 | 100 | 11101 | 0 | 1011100 | 101000 | 1010001 | 101000110 | 1010101 | 1010 |
Color Harmonies of #30041D
Complementary color
Monochromatic Colors of #30041D
Black with #30041D
Text Example
Text Example
White with #30041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30041D; }
p { color: rgb(48,4,29); }
H1.HeaderClassName
{
color: #30041D;
}
.AnyTagClassName
{
color: #30041D;
}
</style>
background-color css
<style>
a { background-color: #30041D; }
a { background-color: rgb(48,4,29); }
div.DivClassName
{
background-color: #30041D;
}
.BgClassName
{
background-color: #30041D;
}
</style>
border-color css
<style>
span { border-color: #30041D; }
span { border-color: rgb(48,4,29); }
td.TdClassName
{
border-color: #30041D;
}
.TagClassName
{
border-color: #30041D;
}
</style>