Shades of Blackberry #300E21
Tints of Blackberry #300E21
RGB
CMYK
RGB Variations
Color information
#300E21 (or 0x300E21) is known color: Blackberry. HEX triplet: 30, 0E and 21. RGB value is (48,14,33). Sum of RGB (Red+Green+Blue) = 48+14+33=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E21 is #CFF1DE. Grayscale: #1A1A1A. Windows color (decimal): -13627871 or 2166320. OLE color: 2166320.
HSL color Cylindrical-coordinate representation of color #300E21: hue angle of 326.47º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E21 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 33 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.81 |
| HSL | 326.47º | 0.55% | 0.12% | - |
| HSV(B) | 326.47º | 0.71% | 0.19% | - |
| XYZ | 1.65 | 1.05 | 1.55 | - |
| YUV | 26.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 33 | 0 | 0.71 | 0.31 | 0.81 | 326.47 | 0.55 | 0.12 |
| Hex | 30 | E | 21 | 0 | 47 | 1F | 51 | 146 | 37 | C |
| Octal | 60 | 16 | 41 | 0 | 107 | 37 | 121 | 506 | 67 | 14 |
| Binary | 110000 | 1110 | 100001 | 0 | 1000111 | 11111 | 1010001 | 101000110 | 110111 | 1100 |
Color Harmonies of #300E21
Complementary color
Monochromatic Colors of #300E21
Black with #300E21
Text Example
Text Example
White with #300E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E21; }
p { color: rgb(48,14,33); }
H1.HeaderClassName
{
color: #300E21;
}
.AnyTagClassName
{
color: #300E21;
}
</style>
background-color css
<style>
a { background-color: #300E21; }
a { background-color: rgb(48,14,33); }
div.DivClassName
{
background-color: #300E21;
}
.BgClassName
{
background-color: #300E21;
}
</style>
border-color css
<style>
span { border-color: #300E21; }
span { border-color: rgb(48,14,33); }
td.TdClassName
{
border-color: #300E21;
}
.TagClassName
{
border-color: #300E21;
}
</style>