Shades of Blackberry #300D22
Tints of Blackberry #300D22
RGB
CMYK
RGB Variations
Color information
#300D22 (or 0x300D22) is known color: Blackberry. HEX triplet: 30, 0D and 22. RGB value is (48,13,34). Sum of RGB (Red+Green+Blue) = 48+13+34=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #300D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D22 is #CFF2DD. Grayscale: #191919. Windows color (decimal): -13628126 or 2231600. OLE color: 2231600.
HSL color Cylindrical-coordinate representation of color #300D22: hue angle of 324º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300D22 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 34 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.81 |
| HSL | 324º | 0.57% | 0.12% | - |
| HSV(B) | 324º | 0.73% | 0.19% | - |
| XYZ | 1.65 | 1.03 | 1.63 | - |
| YUV | 25.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 34 | 0 | 0.73 | 0.29 | 0.81 | 324 | 0.57 | 0.12 |
| Hex | 30 | D | 22 | 0 | 49 | 1D | 51 | 144 | 39 | C |
| Octal | 60 | 15 | 42 | 0 | 111 | 35 | 121 | 504 | 71 | 14 |
| Binary | 110000 | 1101 | 100010 | 0 | 1001001 | 11101 | 1010001 | 101000100 | 111001 | 1100 |
Color Harmonies of #300D22
Complementary color
Monochromatic Colors of #300D22
Black with #300D22
Text Example
Text Example
White with #300D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D22; }
p { color: rgb(48,13,34); }
H1.HeaderClassName
{
color: #300D22;
}
.AnyTagClassName
{
color: #300D22;
}
</style>
background-color css
<style>
a { background-color: #300D22; }
a { background-color: rgb(48,13,34); }
div.DivClassName
{
background-color: #300D22;
}
.BgClassName
{
background-color: #300D22;
}
</style>
border-color css
<style>
span { border-color: #300D22; }
span { border-color: rgb(48,13,34); }
td.TdClassName
{
border-color: #300D22;
}
.TagClassName
{
border-color: #300D22;
}
</style>