Shades of Blackberry #300C21
Tints of Blackberry #300C21
RGB
CMYK
RGB Variations
Color information
#300C21 (or 0x300C21) is known color: Blackberry. HEX triplet: 30, 0C and 21. RGB value is (48,12,33). Sum of RGB (Red+Green+Blue) = 48+12+33=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C21 is #CFF3DE. Grayscale: #191919. Windows color (decimal): -13628383 or 2165808. OLE color: 2165808.
HSL color Cylindrical-coordinate representation of color #300C21: hue angle of 325º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #300C21 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 33 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.81 |
| HSL | 325º | 0.6% | 0.12% | - |
| HSV(B) | 325º | 0.75% | 0.19% | - |
| XYZ | 1.62 | 1 | 1.55 | - |
| YUV | 25.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 33 | 0 | 0.75 | 0.31 | 0.81 | 325 | 0.6 | 0.12 |
| Hex | 30 | C | 21 | 0 | 4B | 1F | 51 | 145 | 3C | C |
| Octal | 60 | 14 | 41 | 0 | 113 | 37 | 121 | 505 | 74 | 14 |
| Binary | 110000 | 1100 | 100001 | 0 | 1001011 | 11111 | 1010001 | 101000101 | 111100 | 1100 |
Color Harmonies of #300C21
Complementary color
Monochromatic Colors of #300C21
Black with #300C21
Text Example
Text Example
White with #300C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C21; }
p { color: rgb(48,12,33); }
H1.HeaderClassName
{
color: #300C21;
}
.AnyTagClassName
{
color: #300C21;
}
</style>
background-color css
<style>
a { background-color: #300C21; }
a { background-color: rgb(48,12,33); }
div.DivClassName
{
background-color: #300C21;
}
.BgClassName
{
background-color: #300C21;
}
</style>
border-color css
<style>
span { border-color: #300C21; }
span { border-color: rgb(48,12,33); }
td.TdClassName
{
border-color: #300C21;
}
.TagClassName
{
border-color: #300C21;
}
</style>