Shades of Blackberry #30041B
Tints of Blackberry #30041B
RGB
CMYK
RGB Variations
Color information
#30041B (or 0x30041B) is known color: Blackberry. HEX triplet: 30, 04 and 1B. RGB value is (48,4,27). Sum of RGB (Red+Green+Blue) = 48+4+27=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30041B is #CFFBE4. Grayscale: #131313. Windows color (decimal): -13630437 or 1770544. OLE color: 1770544.
HSL color Cylindrical-coordinate representation of color #30041B: hue angle of 328.64º 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 #30041B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 27 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.81 |
| HSL | 328.64º | 0.85% | 0.1% | - |
| HSV(B) | 328.64º | 0.92% | 0.19% | - |
| XYZ | 1.46 | 0.79 | 1.11 | - |
| YUV | 19.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 27 | 0 | 0.92 | 0.44 | 0.81 | 328.64 | 0.85 | 0.1 |
| Hex | 30 | 4 | 1B | 0 | 5C | 2C | 51 | 149 | 55 | A |
| Octal | 60 | 4 | 33 | 0 | 134 | 54 | 121 | 511 | 125 | 12 |
| Binary | 110000 | 100 | 11011 | 0 | 1011100 | 101100 | 1010001 | 101001001 | 1010101 | 1010 |
Color Harmonies of #30041B
Complementary color
Monochromatic Colors of #30041B
Black with #30041B
Text Example
Text Example
White with #30041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30041B; }
p { color: rgb(48,4,27); }
H1.HeaderClassName
{
color: #30041B;
}
.AnyTagClassName
{
color: #30041B;
}
</style>
background-color css
<style>
a { background-color: #30041B; }
a { background-color: rgb(48,4,27); }
div.DivClassName
{
background-color: #30041B;
}
.BgClassName
{
background-color: #30041B;
}
</style>
border-color css
<style>
span { border-color: #30041B; }
span { border-color: rgb(48,4,27); }
td.TdClassName
{
border-color: #30041B;
}
.TagClassName
{
border-color: #30041B;
}
</style>