Shades of Blackberry #300427
Tints of Blackberry #300427
RGB
CMYK
RGB Variations
Color information
#300427 (or 0x300427) is known color: Blackberry. HEX triplet: 30, 04 and 27. RGB value is (48,4,39). Sum of RGB (Red+Green+Blue) = 48+4+39=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300427 is #CFFBD8. Grayscale: #151515. Windows color (decimal): -13630425 or 2556976. OLE color: 2556976.
HSL color Cylindrical-coordinate representation of color #300427: hue angle of 312.27º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300427 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 39 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.81 |
| HSL | 312.27º | 0.85% | 0.1% | - |
| HSV(B) | 312.27º | 0.92% | 0.19% | - |
| XYZ | 1.63 | 0.86 | 2 | - |
| YUV | 21.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 39 | 0 | 0.92 | 0.19 | 0.81 | 312.27 | 0.85 | 0.1 |
| Hex | 30 | 4 | 27 | 0 | 5C | 13 | 51 | 138 | 55 | A |
| Octal | 60 | 4 | 47 | 0 | 134 | 23 | 121 | 470 | 125 | 12 |
| Binary | 110000 | 100 | 100111 | 0 | 1011100 | 10011 | 1010001 | 100111000 | 1010101 | 1010 |
Color Harmonies of #300427
Complementary color
Monochromatic Colors of #300427
Black with #300427
Text Example
Text Example
White with #300427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300427; }
p { color: rgb(48,4,39); }
H1.HeaderClassName
{
color: #300427;
}
.AnyTagClassName
{
color: #300427;
}
</style>
background-color css
<style>
a { background-color: #300427; }
a { background-color: rgb(48,4,39); }
div.DivClassName
{
background-color: #300427;
}
.BgClassName
{
background-color: #300427;
}
</style>
border-color css
<style>
span { border-color: #300427; }
span { border-color: rgb(48,4,39); }
td.TdClassName
{
border-color: #300427;
}
.TagClassName
{
border-color: #300427;
}
</style>