Shades of Blackberry #451E34
Tints of Blackberry #451E34
RGB
CMYK
RGB Variations
Color information
#451E34 (or 0x451E34) is known color: Blackberry. HEX triplet: 45, 1E and 34. RGB value is (69,30,52). Sum of RGB (Red+Green+Blue) = 69+30+52=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #451E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E34 is #BAE1CB. Grayscale: #2C2C2C. Windows color (decimal): -12247500 or 3415621. OLE color: 3415621.
HSL color Cylindrical-coordinate representation of color #451E34: hue angle of 326.15º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #451E34 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 52 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.73 |
| HSL | 326.15º | 0.39% | 0.19% | - |
| HSV(B) | 326.15º | 0.57% | 0.27% | - |
| XYZ | 3.54 | 2.44 | 3.53 | - |
| YUV | 44.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 52 | 0 | 0.57 | 0.25 | 0.73 | 326.15 | 0.39 | 0.19 |
| Hex | 45 | 1E | 34 | 0 | 39 | 19 | 49 | 146 | 27 | 13 |
| Octal | 105 | 36 | 64 | 0 | 71 | 31 | 111 | 506 | 47 | 23 |
| Binary | 1000101 | 11110 | 110100 | 0 | 111001 | 11001 | 1001001 | 101000110 | 100111 | 10011 |
Color Harmonies of #451E34
Complementary color
Monochromatic Colors of #451E34
Black with #451E34
Text Example
Text Example
White with #451E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E34; }
p { color: rgb(69,30,52); }
H1.HeaderClassName
{
color: #451E34;
}
.AnyTagClassName
{
color: #451E34;
}
</style>
background-color css
<style>
a { background-color: #451E34; }
a { background-color: rgb(69,30,52); }
div.DivClassName
{
background-color: #451E34;
}
.BgClassName
{
background-color: #451E34;
}
</style>
border-color css
<style>
span { border-color: #451E34; }
span { border-color: rgb(69,30,52); }
td.TdClassName
{
border-color: #451E34;
}
.TagClassName
{
border-color: #451E34;
}
</style>