Shades of Blackberry #300A1D
Tints of Blackberry #300A1D
RGB
CMYK
RGB Variations
Color information
#300A1D (or 0x300A1D) is known color: Blackberry. HEX triplet: 30, 0A and 1D. RGB value is (48,10,29). Sum of RGB (Red+Green+Blue) = 48+10+29=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1D is #CFF5E2. Grayscale: #171717. Windows color (decimal): -13628899 or 1903152. OLE color: 1903152.
HSL color Cylindrical-coordinate representation of color #300A1D: hue angle of 330º 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 #300A1D is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 29 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.81 |
| HSL | 330º | 0.66% | 0.11% | - |
| HSV(B) | 330º | 0.79% | 0.19% | - |
| XYZ | 1.55 | 0.93 | 1.26 | - |
| YUV | 23.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 29 | 0 | 0.79 | 0.40 | 0.81 | 330 | 0.66 | 0.11 |
| Hex | 30 | A | 1D | 0 | 4F | 28 | 51 | 14A | 42 | B |
| Octal | 60 | 12 | 35 | 0 | 117 | 50 | 121 | 512 | 102 | 13 |
| Binary | 110000 | 1010 | 11101 | 0 | 1001111 | 101000 | 1010001 | 101001010 | 1000010 | 1011 |
Color Harmonies of #300A1D
Complementary color
Monochromatic Colors of #300A1D
Black with #300A1D
Text Example
Text Example
White with #300A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A1D; }
p { color: rgb(48,10,29); }
H1.HeaderClassName
{
color: #300A1D;
}
.AnyTagClassName
{
color: #300A1D;
}
</style>
background-color css
<style>
a { background-color: #300A1D; }
a { background-color: rgb(48,10,29); }
div.DivClassName
{
background-color: #300A1D;
}
.BgClassName
{
background-color: #300A1D;
}
</style>
border-color css
<style>
span { border-color: #300A1D; }
span { border-color: rgb(48,10,29); }
td.TdClassName
{
border-color: #300A1D;
}
.TagClassName
{
border-color: #300A1D;
}
</style>