Shades of Blackberry #300C1E
Tints of Blackberry #300C1E
RGB
CMYK
RGB Variations
Color information
#300C1E (or 0x300C1E) is known color: Blackberry. HEX triplet: 30, 0C and 1E. RGB value is (48,12,30). Sum of RGB (Red+Green+Blue) = 48+12+30=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1E is #CFF3E1. Grayscale: #181818. Windows color (decimal): -13628386 or 1969200. OLE color: 1969200.
HSL color Cylindrical-coordinate representation of color #300C1E: hue angle of 330º 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 #300C1E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 30 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.81 |
| HSL | 330º | 0.6% | 0.12% | - |
| HSV(B) | 330º | 0.75% | 0.19% | - |
| XYZ | 1.58 | 0.99 | 1.33 | - |
| YUV | 24.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 30 | 0 | 0.75 | 0.37 | 0.81 | 330 | 0.6 | 0.12 |
| Hex | 30 | C | 1E | 0 | 4B | 25 | 51 | 14A | 3C | C |
| Octal | 60 | 14 | 36 | 0 | 113 | 45 | 121 | 512 | 74 | 14 |
| Binary | 110000 | 1100 | 11110 | 0 | 1001011 | 100101 | 1010001 | 101001010 | 111100 | 1100 |
Color Harmonies of #300C1E
Complementary color
Monochromatic Colors of #300C1E
Black with #300C1E
Text Example
Text Example
White with #300C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C1E; }
p { color: rgb(48,12,30); }
H1.HeaderClassName
{
color: #300C1E;
}
.AnyTagClassName
{
color: #300C1E;
}
</style>
background-color css
<style>
a { background-color: #300C1E; }
a { background-color: rgb(48,12,30); }
div.DivClassName
{
background-color: #300C1E;
}
.BgClassName
{
background-color: #300C1E;
}
</style>
border-color css
<style>
span { border-color: #300C1E; }
span { border-color: rgb(48,12,30); }
td.TdClassName
{
border-color: #300C1E;
}
.TagClassName
{
border-color: #300C1E;
}
</style>