Shades of Blackberry #30011C
Tints of Blackberry #30011C
RGB
CMYK
RGB Variations
Color information
#30011C (or 0x30011C) is known color: Blackberry. HEX triplet: 30, 01 and 1C. RGB value is (48,1,28). Sum of RGB (Red+Green+Blue) = 48+1+28=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011C is #CFFEE3. Grayscale: #121212. Windows color (decimal): -13631204 or 1835312. OLE color: 1835312.
HSL color Cylindrical-coordinate representation of color #30011C: hue angle of 325.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30011C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.81 |
| HSL | 325.53º | 0.96% | 0.1% | - |
| HSV(B) | 325.53º | 0.98% | 0.19% | - |
| XYZ | 1.44 | 0.73 | 1.16 | - |
| YUV | 18.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 28 | 0 | 0.98 | 0.42 | 0.81 | 325.53 | 0.96 | 0.1 |
| Hex | 30 | 1 | 1C | 0 | 62 | 2A | 51 | 146 | 60 | A |
| Octal | 60 | 1 | 34 | 0 | 142 | 52 | 121 | 506 | 140 | 12 |
| Binary | 110000 | 1 | 11100 | 0 | 1100010 | 101010 | 1010001 | 101000110 | 1100000 | 1010 |
Color Harmonies of #30011C
Complementary color
Monochromatic Colors of #30011C
Black with #30011C
Text Example
Text Example
White with #30011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30011C; }
p { color: rgb(48,1,28); }
H1.HeaderClassName
{
color: #30011C;
}
.AnyTagClassName
{
color: #30011C;
}
</style>
background-color css
<style>
a { background-color: #30011C; }
a { background-color: rgb(48,1,28); }
div.DivClassName
{
background-color: #30011C;
}
.BgClassName
{
background-color: #30011C;
}
</style>
border-color css
<style>
span { border-color: #30011C; }
span { border-color: rgb(48,1,28); }
td.TdClassName
{
border-color: #30011C;
}
.TagClassName
{
border-color: #30011C;
}
</style>