Shades of Blackberry #34092A
Tints of Blackberry #34092A
RGB
CMYK
RGB Variations
Color information
#34092A (or 0x34092A) is known color: Blackberry. HEX triplet: 34, 09 and 2A. RGB value is (52,9,42). Sum of RGB (Red+Green+Blue) = 52+9+42=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092A is #CBF6D5. Grayscale: #191919. Windows color (decimal): -13366998 or 2754868. OLE color: 2754868.
HSL color Cylindrical-coordinate representation of color #34092A: hue angle of 313.95º 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 #34092A is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 42 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.80 |
| HSL | 313.95º | 0.7% | 0.12% | - |
| HSV(B) | 313.95º | 0.83% | 0.2% | - |
| XYZ | 1.93 | 1.09 | 2.3 | - |
| YUV | 25.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 42 | 0 | 0.83 | 0.19 | 0.80 | 313.95 | 0.7 | 0.12 |
| Hex | 34 | 9 | 2A | 0 | 53 | 13 | 50 | 13A | 46 | C |
| Octal | 64 | 11 | 52 | 0 | 123 | 23 | 120 | 472 | 106 | 14 |
| Binary | 110100 | 1001 | 101010 | 0 | 1010011 | 10011 | 1010000 | 100111010 | 1000110 | 1100 |
Color Harmonies of #34092A
Complementary color
Monochromatic Colors of #34092A
Black with #34092A
Text Example
Text Example
White with #34092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34092A; }
p { color: rgb(52,9,42); }
H1.HeaderClassName
{
color: #34092A;
}
.AnyTagClassName
{
color: #34092A;
}
</style>
background-color css
<style>
a { background-color: #34092A; }
a { background-color: rgb(52,9,42); }
div.DivClassName
{
background-color: #34092A;
}
.BgClassName
{
background-color: #34092A;
}
</style>
border-color css
<style>
span { border-color: #34092A; }
span { border-color: rgb(52,9,42); }
td.TdClassName
{
border-color: #34092A;
}
.TagClassName
{
border-color: #34092A;
}
</style>