Shades of Blackberry #30051C
Tints of Blackberry #30051C
RGB
CMYK
RGB Variations
Color information
#30051C (or 0x30051C) is known color: Blackberry. HEX triplet: 30, 05 and 1C. RGB value is (48,5,28). Sum of RGB (Red+Green+Blue) = 48+5+28=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051C is #CFFAE3. Grayscale: #141414. Windows color (decimal): -13630180 or 1836336. OLE color: 1836336.
HSL color Cylindrical-coordinate representation of color #30051C: hue angle of 327.91º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30051C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 28 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.81 |
| HSL | 327.91º | 0.81% | 0.1% | - |
| HSV(B) | 327.91º | 0.9% | 0.19% | - |
| XYZ | 1.48 | 0.82 | 1.18 | - |
| YUV | 20.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 28 | 0 | 0.90 | 0.42 | 0.81 | 327.91 | 0.81 | 0.1 |
| Hex | 30 | 5 | 1C | 0 | 5A | 2A | 51 | 148 | 51 | A |
| Octal | 60 | 5 | 34 | 0 | 132 | 52 | 121 | 510 | 121 | 12 |
| Binary | 110000 | 101 | 11100 | 0 | 1011010 | 101010 | 1010001 | 101001000 | 1010001 | 1010 |
Color Harmonies of #30051C
Complementary color
Monochromatic Colors of #30051C
Black with #30051C
Text Example
Text Example
White with #30051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30051C; }
p { color: rgb(48,5,28); }
H1.HeaderClassName
{
color: #30051C;
}
.AnyTagClassName
{
color: #30051C;
}
</style>
background-color css
<style>
a { background-color: #30051C; }
a { background-color: rgb(48,5,28); }
div.DivClassName
{
background-color: #30051C;
}
.BgClassName
{
background-color: #30051C;
}
</style>
border-color css
<style>
span { border-color: #30051C; }
span { border-color: rgb(48,5,28); }
td.TdClassName
{
border-color: #30051C;
}
.TagClassName
{
border-color: #30051C;
}
</style>