Shades of Blackberry #34051A
Tints of Blackberry #34051A
RGB
CMYK
RGB Variations
Color information
#34051A (or 0x34051A) is known color: Blackberry. HEX triplet: 34, 05 and 1A. RGB value is (52,5,26). Sum of RGB (Red+Green+Blue) = 52+5+26=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34051A is #CBFAE5. Grayscale: #151515. Windows color (decimal): -13368038 or 1705268. OLE color: 1705268.
HSL color Cylindrical-coordinate representation of color #34051A: hue angle of 333.19º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34051A is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 26 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.80 |
| HSL | 333.19º | 0.82% | 0.11% | - |
| HSV(B) | 333.19º | 0.9% | 0.2% | - |
| XYZ | 1.66 | 0.91 | 1.07 | - |
| YUV | 21.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 26 | 0 | 0.90 | 0.50 | 0.80 | 333.19 | 0.82 | 0.11 |
| Hex | 34 | 5 | 1A | 0 | 5A | 32 | 50 | 14D | 52 | B |
| Octal | 64 | 5 | 32 | 0 | 132 | 62 | 120 | 515 | 122 | 13 |
| Binary | 110100 | 101 | 11010 | 0 | 1011010 | 110010 | 1010000 | 101001101 | 1010010 | 1011 |
Color Harmonies of #34051A
Complementary color
Monochromatic Colors of #34051A
Black with #34051A
Text Example
Text Example
White with #34051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34051A; }
p { color: rgb(52,5,26); }
H1.HeaderClassName
{
color: #34051A;
}
.AnyTagClassName
{
color: #34051A;
}
</style>
background-color css
<style>
a { background-color: #34051A; }
a { background-color: rgb(52,5,26); }
div.DivClassName
{
background-color: #34051A;
}
.BgClassName
{
background-color: #34051A;
}
</style>
border-color css
<style>
span { border-color: #34051A; }
span { border-color: rgb(52,5,26); }
td.TdClassName
{
border-color: #34051A;
}
.TagClassName
{
border-color: #34051A;
}
</style>