Shades of Blackberry #300E1C
Tints of Blackberry #300E1C
RGB
CMYK
RGB Variations
Color information
#300E1C (or 0x300E1C) is known color: Blackberry. HEX triplet: 30, 0E and 1C. RGB value is (48,14,28). Sum of RGB (Red+Green+Blue) = 48+14+28=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E1C is #CFF1E3. Grayscale: #191919. Windows color (decimal): -13627876 or 1838640. OLE color: 1838640.
HSL color Cylindrical-coordinate representation of color #300E1C: hue angle of 335.29º 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 #300E1C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 28 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.81 |
| HSL | 335.29º | 0.55% | 0.12% | - |
| HSV(B) | 335.29º | 0.71% | 0.19% | - |
| XYZ | 1.59 | 1.03 | 1.21 | - |
| YUV | 25.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 28 | 0 | 0.71 | 0.42 | 0.81 | 335.29 | 0.55 | 0.12 |
| Hex | 30 | E | 1C | 0 | 47 | 2A | 51 | 14F | 37 | C |
| Octal | 60 | 16 | 34 | 0 | 107 | 52 | 121 | 517 | 67 | 14 |
| Binary | 110000 | 1110 | 11100 | 0 | 1000111 | 101010 | 1010001 | 101001111 | 110111 | 1100 |
Color Harmonies of #300E1C
Complementary color
Monochromatic Colors of #300E1C
Black with #300E1C
Text Example
Text Example
White with #300E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E1C; }
p { color: rgb(48,14,28); }
H1.HeaderClassName
{
color: #300E1C;
}
.AnyTagClassName
{
color: #300E1C;
}
</style>
background-color css
<style>
a { background-color: #300E1C; }
a { background-color: rgb(48,14,28); }
div.DivClassName
{
background-color: #300E1C;
}
.BgClassName
{
background-color: #300E1C;
}
</style>
border-color css
<style>
span { border-color: #300E1C; }
span { border-color: rgb(48,14,28); }
td.TdClassName
{
border-color: #300E1C;
}
.TagClassName
{
border-color: #300E1C;
}
</style>