Shades of Blackberry #30031C
Tints of Blackberry #30031C
RGB
CMYK
RGB Variations
Color information
#30031C (or 0x30031C) is known color: Blackberry. HEX triplet: 30, 03 and 1C. RGB value is (48,3,28). Sum of RGB (Red+Green+Blue) = 48+3+28=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30031C is #CFFCE3. Grayscale: #131313. Windows color (decimal): -13630692 or 1835824. OLE color: 1835824.
HSL color Cylindrical-coordinate representation of color #30031C: hue angle of 326.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30031C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 28 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.81 |
| HSL | 326.67º | 0.88% | 0.1% | - |
| HSV(B) | 326.67º | 0.94% | 0.19% | - |
| XYZ | 1.46 | 0.78 | 1.17 | - |
| YUV | 19.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 28 | 0 | 0.94 | 0.42 | 0.81 | 326.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | 1C | 0 | 5E | 2A | 51 | 147 | 58 | A |
| Octal | 60 | 3 | 34 | 0 | 136 | 52 | 121 | 507 | 130 | 12 |
| Binary | 110000 | 11 | 11100 | 0 | 1011110 | 101010 | 1010001 | 101000111 | 1011000 | 1010 |
Color Harmonies of #30031C
Complementary color
Monochromatic Colors of #30031C
Black with #30031C
Text Example
Text Example
White with #30031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30031C; }
p { color: rgb(48,3,28); }
H1.HeaderClassName
{
color: #30031C;
}
.AnyTagClassName
{
color: #30031C;
}
</style>
background-color css
<style>
a { background-color: #30031C; }
a { background-color: rgb(48,3,28); }
div.DivClassName
{
background-color: #30031C;
}
.BgClassName
{
background-color: #30031C;
}
</style>
border-color css
<style>
span { border-color: #30031C; }
span { border-color: rgb(48,3,28); }
td.TdClassName
{
border-color: #30031C;
}
.TagClassName
{
border-color: #30031C;
}
</style>