Shades of Blackberry #30001A
Tints of Blackberry #30001A
RGB
CMYK
RGB Variations
Color information
#30001A (or 0x30001A) is known color: Blackberry. HEX triplet: 30, 00 and 1A. RGB value is (48,0,26). Sum of RGB (Red+Green+Blue) = 48+0+26=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #30001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30001A is #CFFFE5. Grayscale: #111111. Windows color (decimal): -13631462 or 1703984. OLE color: 1703984.
HSL color Cylindrical-coordinate representation of color #30001A: hue angle of 327.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30001A is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.46 | 0.81 |
| HSL | 327.5º | 1% | 0.09% | - |
| HSV(B) | 327.5º | 1% | 0.19% | - |
| XYZ | 1.41 | 0.7 | 1.04 | - |
| YUV | 17.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 26 | 0 | 1 | 0.46 | 0.81 | 327.5 | 1 | 0.09 |
| Hex | 30 | 0 | 1A | 0 | 64 | 2E | 51 | 148 | 64 | 9 |
| Octal | 60 | 0 | 32 | 0 | 144 | 56 | 121 | 510 | 144 | 11 |
| Binary | 110000 | 0 | 11010 | 0 | 1100100 | 101110 | 1010001 | 101001000 | 1100100 | 1001 |
Color Harmonies of #30001A
Complementary color
Monochromatic Colors of #30001A
Black with #30001A
Text Example
Text Example
White with #30001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30001A; }
p { color: rgb(48,0,26); }
H1.HeaderClassName
{
color: #30001A;
}
.AnyTagClassName
{
color: #30001A;
}
</style>
background-color css
<style>
a { background-color: #30001A; }
a { background-color: rgb(48,0,26); }
div.DivClassName
{
background-color: #30001A;
}
.BgClassName
{
background-color: #30001A;
}
</style>
border-color css
<style>
span { border-color: #30001A; }
span { border-color: rgb(48,0,26); }
td.TdClassName
{
border-color: #30001A;
}
.TagClassName
{
border-color: #30001A;
}
</style>