Shades of Blackberry #301927
Tints of Blackberry #301927
RGB
CMYK
RGB Variations
Color information
#301927 (or 0x301927) is known color: Blackberry. HEX triplet: 30, 19 and 27. RGB value is (48,25,39). Sum of RGB (Red+Green+Blue) = 48+25+39=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301927 is #CFE6D8. Grayscale: #212121. Windows color (decimal): -13625049 or 2562352. OLE color: 2562352.
HSL color Cylindrical-coordinate representation of color #301927: hue angle of 323.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301927 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 39 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.81 |
| HSL | 323.48º | 0.32% | 0.14% | - |
| HSV(B) | 323.48º | 0.48% | 0.19% | - |
| XYZ | 1.93 | 1.47 | 2.1 | - |
| YUV | 33.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 39 | 0 | 0.48 | 0.19 | 0.81 | 323.48 | 0.32 | 0.14 |
| Hex | 30 | 19 | 27 | 0 | 30 | 13 | 51 | 143 | 20 | E |
| Octal | 60 | 31 | 47 | 0 | 60 | 23 | 121 | 503 | 40 | 16 |
| Binary | 110000 | 11001 | 100111 | 0 | 110000 | 10011 | 1010001 | 101000011 | 100000 | 1110 |
Color Harmonies of #301927
Complementary color
Monochromatic Colors of #301927
Black with #301927
Text Example
Text Example
White with #301927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301927; }
p { color: rgb(48,25,39); }
H1.HeaderClassName
{
color: #301927;
}
.AnyTagClassName
{
color: #301927;
}
</style>
background-color css
<style>
a { background-color: #301927; }
a { background-color: rgb(48,25,39); }
div.DivClassName
{
background-color: #301927;
}
.BgClassName
{
background-color: #301927;
}
</style>
border-color css
<style>
span { border-color: #301927; }
span { border-color: rgb(48,25,39); }
td.TdClassName
{
border-color: #301927;
}
.TagClassName
{
border-color: #301927;
}
</style>