Shades of Blackberry #30061B
Tints of Blackberry #30061B
RGB
CMYK
RGB Variations
Color information
#30061B (or 0x30061B) is known color: Blackberry. HEX triplet: 30, 06 and 1B. RGB value is (48,6,27). Sum of RGB (Red+Green+Blue) = 48+6+27=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30061B is #CFF9E4. Grayscale: #141414. Windows color (decimal): -13629925 or 1771056. OLE color: 1771056.
HSL color Cylindrical-coordinate representation of color #30061B: hue angle of 330º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30061B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 27 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.81 |
| HSL | 330º | 0.78% | 0.11% | - |
| HSV(B) | 330º | 0.88% | 0.19% | - |
| XYZ | 1.48 | 0.84 | 1.12 | - |
| YUV | 20.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 27 | 0 | 0.87 | 0.44 | 0.81 | 330 | 0.78 | 0.11 |
| Hex | 30 | 6 | 1B | 0 | 57 | 2C | 51 | 14A | 4E | B |
| Octal | 60 | 6 | 33 | 0 | 127 | 54 | 121 | 512 | 116 | 13 |
| Binary | 110000 | 110 | 11011 | 0 | 1010111 | 101100 | 1010001 | 101001010 | 1001110 | 1011 |
Color Harmonies of #30061B
Complementary color
Monochromatic Colors of #30061B
Black with #30061B
Text Example
Text Example
White with #30061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30061B; }
p { color: rgb(48,6,27); }
H1.HeaderClassName
{
color: #30061B;
}
.AnyTagClassName
{
color: #30061B;
}
</style>
background-color css
<style>
a { background-color: #30061B; }
a { background-color: rgb(48,6,27); }
div.DivClassName
{
background-color: #30061B;
}
.BgClassName
{
background-color: #30061B;
}
</style>
border-color css
<style>
span { border-color: #30061B; }
span { border-color: rgb(48,6,27); }
td.TdClassName
{
border-color: #30061B;
}
.TagClassName
{
border-color: #30061B;
}
</style>