Shades of Blackberry #34091A
Tints of Blackberry #34091A
RGB
CMYK
RGB Variations
Color information
#34091A (or 0x34091A) is known color: Blackberry. HEX triplet: 34, 09 and 1A. RGB value is (52,9,26). Sum of RGB (Red+Green+Blue) = 52+9+26=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34091A is #CBF6E5. Grayscale: #171717. Windows color (decimal): -13367014 or 1706292. OLE color: 1706292.
HSL color Cylindrical-coordinate representation of color #34091A: hue angle of 336.28º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34091A is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 26 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.80 |
| HSL | 336.28º | 0.7% | 0.12% | - |
| HSV(B) | 336.28º | 0.83% | 0.2% | - |
| XYZ | 1.7 | 1 | 1.08 | - |
| YUV | 23.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 26 | 0 | 0.83 | 0.50 | 0.80 | 336.28 | 0.7 | 0.12 |
| Hex | 34 | 9 | 1A | 0 | 53 | 32 | 50 | 150 | 46 | C |
| Octal | 64 | 11 | 32 | 0 | 123 | 62 | 120 | 520 | 106 | 14 |
| Binary | 110100 | 1001 | 11010 | 0 | 1010011 | 110010 | 1010000 | 101010000 | 1000110 | 1100 |
Color Harmonies of #34091A
Complementary color
Monochromatic Colors of #34091A
Black with #34091A
Text Example
Text Example
White with #34091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34091A; }
p { color: rgb(52,9,26); }
H1.HeaderClassName
{
color: #34091A;
}
.AnyTagClassName
{
color: #34091A;
}
</style>
background-color css
<style>
a { background-color: #34091A; }
a { background-color: rgb(52,9,26); }
div.DivClassName
{
background-color: #34091A;
}
.BgClassName
{
background-color: #34091A;
}
</style>
border-color css
<style>
span { border-color: #34091A; }
span { border-color: rgb(52,9,26); }
td.TdClassName
{
border-color: #34091A;
}
.TagClassName
{
border-color: #34091A;
}
</style>