Shades of Blackberry #300E25
Tints of Blackberry #300E25
RGB
CMYK
RGB Variations
Color information
#300E25 (or 0x300E25) is known color: Blackberry. HEX triplet: 30, 0E and 25. RGB value is (48,14,37). Sum of RGB (Red+Green+Blue) = 48+14+37=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #300E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E25 is #CFF1DA. Grayscale: #1A1A1A. Windows color (decimal): -13627867 or 2428464. OLE color: 2428464.
HSL color Cylindrical-coordinate representation of color #300E25: hue angle of 319.41º 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 #300E25 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 37 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.81 |
| HSL | 319.41º | 0.55% | 0.12% | - |
| HSV(B) | 319.41º | 0.71% | 0.19% | - |
| XYZ | 1.71 | 1.08 | 1.87 | - |
| YUV | 26.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 37 | 0 | 0.71 | 0.23 | 0.81 | 319.41 | 0.55 | 0.12 |
| Hex | 30 | E | 25 | 0 | 47 | 17 | 51 | 13F | 37 | C |
| Octal | 60 | 16 | 45 | 0 | 107 | 27 | 121 | 477 | 67 | 14 |
| Binary | 110000 | 1110 | 100101 | 0 | 1000111 | 10111 | 1010001 | 100111111 | 110111 | 1100 |
Color Harmonies of #300E25
Complementary color
Monochromatic Colors of #300E25
Black with #300E25
Text Example
Text Example
White with #300E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E25; }
p { color: rgb(48,14,37); }
H1.HeaderClassName
{
color: #300E25;
}
.AnyTagClassName
{
color: #300E25;
}
</style>
background-color css
<style>
a { background-color: #300E25; }
a { background-color: rgb(48,14,37); }
div.DivClassName
{
background-color: #300E25;
}
.BgClassName
{
background-color: #300E25;
}
</style>
border-color css
<style>
span { border-color: #300E25; }
span { border-color: rgb(48,14,37); }
td.TdClassName
{
border-color: #300E25;
}
.TagClassName
{
border-color: #300E25;
}
</style>