Shades of Blackberry #300A27
Tints of Blackberry #300A27
RGB
CMYK
RGB Variations
Color information
#300A27 (or 0x300A27) is known color: Blackberry. HEX triplet: 30, 0A and 27. RGB value is (48,10,39). Sum of RGB (Red+Green+Blue) = 48+10+39=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #300A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A27 is #CFF5D8. Grayscale: #181818. Windows color (decimal): -13628889 or 2558512. OLE color: 2558512.
HSL color Cylindrical-coordinate representation of color #300A27: hue angle of 314.21º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A27 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 39 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.81 |
| HSL | 314.21º | 0.66% | 0.11% | - |
| HSV(B) | 314.21º | 0.79% | 0.19% | - |
| XYZ | 1.69 | 0.99 | 2.02 | - |
| YUV | 24.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 39 | 0 | 0.79 | 0.19 | 0.81 | 314.21 | 0.66 | 0.11 |
| Hex | 30 | A | 27 | 0 | 4F | 13 | 51 | 13A | 42 | B |
| Octal | 60 | 12 | 47 | 0 | 117 | 23 | 121 | 472 | 102 | 13 |
| Binary | 110000 | 1010 | 100111 | 0 | 1001111 | 10011 | 1010001 | 100111010 | 1000010 | 1011 |
Color Harmonies of #300A27
Complementary color
Monochromatic Colors of #300A27
Black with #300A27
Text Example
Text Example
White with #300A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A27; }
p { color: rgb(48,10,39); }
H1.HeaderClassName
{
color: #300A27;
}
.AnyTagClassName
{
color: #300A27;
}
</style>
background-color css
<style>
a { background-color: #300A27; }
a { background-color: rgb(48,10,39); }
div.DivClassName
{
background-color: #300A27;
}
.BgClassName
{
background-color: #300A27;
}
</style>
border-color css
<style>
span { border-color: #300A27; }
span { border-color: rgb(48,10,39); }
td.TdClassName
{
border-color: #300A27;
}
.TagClassName
{
border-color: #300A27;
}
</style>