Shades of Blackberry #30051A
Tints of Blackberry #30051A
RGB
CMYK
RGB Variations
Color information
#30051A (or 0x30051A) is known color: Blackberry. HEX triplet: 30, 05 and 1A. RGB value is (48,5,26). Sum of RGB (Red+Green+Blue) = 48+5+26=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051A is #CFFAE5. Grayscale: #141414. Windows color (decimal): -13630182 or 1705264. OLE color: 1705264.
HSL color Cylindrical-coordinate representation of color #30051A: hue angle of 330.7º 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 #30051A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 26 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.81 |
| HSL | 330.7º | 0.81% | 0.1% | - |
| HSV(B) | 330.7º | 0.9% | 0.19% | - |
| XYZ | 1.46 | 0.81 | 1.06 | - |
| YUV | 20.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 26 | 0 | 0.90 | 0.46 | 0.81 | 330.7 | 0.81 | 0.1 |
| Hex | 30 | 5 | 1A | 0 | 5A | 2E | 51 | 14B | 51 | A |
| Octal | 60 | 5 | 32 | 0 | 132 | 56 | 121 | 513 | 121 | 12 |
| Binary | 110000 | 101 | 11010 | 0 | 1011010 | 101110 | 1010001 | 101001011 | 1010001 | 1010 |
Color Harmonies of #30051A
Complementary color
Monochromatic Colors of #30051A
Black with #30051A
Text Example
Text Example
White with #30051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30051A; }
p { color: rgb(48,5,26); }
H1.HeaderClassName
{
color: #30051A;
}
.AnyTagClassName
{
color: #30051A;
}
</style>
background-color css
<style>
a { background-color: #30051A; }
a { background-color: rgb(48,5,26); }
div.DivClassName
{
background-color: #30051A;
}
.BgClassName
{
background-color: #30051A;
}
</style>
border-color css
<style>
span { border-color: #30051A; }
span { border-color: rgb(48,5,26); }
td.TdClassName
{
border-color: #30051A;
}
.TagClassName
{
border-color: #30051A;
}
</style>