Shades of Blackberry #30071D
Tints of Blackberry #30071D
RGB
CMYK
RGB Variations
Color information
#30071D (or 0x30071D) is known color: Blackberry. HEX triplet: 30, 07 and 1D. RGB value is (48,7,29). Sum of RGB (Red+Green+Blue) = 48+7+29=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30071D is #CFF8E2. Grayscale: #151515. Windows color (decimal): -13629667 or 1902384. OLE color: 1902384.
HSL color Cylindrical-coordinate representation of color #30071D: hue angle of 327.8º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30071D is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 29 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.81 |
| HSL | 327.8º | 0.75% | 0.11% | - |
| HSV(B) | 327.8º | 0.85% | 0.19% | - |
| XYZ | 1.52 | 0.87 | 1.25 | - |
| YUV | 21.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 29 | 0 | 0.85 | 0.40 | 0.81 | 327.8 | 0.75 | 0.11 |
| Hex | 30 | 7 | 1D | 0 | 55 | 28 | 51 | 148 | 4B | B |
| Octal | 60 | 7 | 35 | 0 | 125 | 50 | 121 | 510 | 113 | 13 |
| Binary | 110000 | 111 | 11101 | 0 | 1010101 | 101000 | 1010001 | 101001000 | 1001011 | 1011 |
Color Harmonies of #30071D
Complementary color
Monochromatic Colors of #30071D
Black with #30071D
Text Example
Text Example
White with #30071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30071D; }
p { color: rgb(48,7,29); }
H1.HeaderClassName
{
color: #30071D;
}
.AnyTagClassName
{
color: #30071D;
}
</style>
background-color css
<style>
a { background-color: #30071D; }
a { background-color: rgb(48,7,29); }
div.DivClassName
{
background-color: #30071D;
}
.BgClassName
{
background-color: #30071D;
}
</style>
border-color css
<style>
span { border-color: #30071D; }
span { border-color: rgb(48,7,29); }
td.TdClassName
{
border-color: #30071D;
}
.TagClassName
{
border-color: #30071D;
}
</style>