Shades of Blackberry #451E37
Tints of Blackberry #451E37
RGB
CMYK
RGB Variations
Color information
#451E37 (or 0x451E37) is known color: Blackberry. HEX triplet: 45, 1E and 37. RGB value is (69,30,55). Sum of RGB (Red+Green+Blue) = 69+30+55=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E37 is #BAE1C8. Grayscale: #2C2C2C. Windows color (decimal): -12247497 or 3612229. OLE color: 3612229.
HSL color Cylindrical-coordinate representation of color #451E37: hue angle of 321.54º 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 #451E37 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 55 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.73 |
| HSL | 321.54º | 0.39% | 0.19% | - |
| HSV(B) | 321.54º | 0.57% | 0.27% | - |
| XYZ | 3.61 | 2.47 | 3.9 | - |
| YUV | 44.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 55 | 0 | 0.57 | 0.20 | 0.73 | 321.54 | 0.39 | 0.19 |
| Hex | 45 | 1E | 37 | 0 | 39 | 14 | 49 | 142 | 27 | 13 |
| Octal | 105 | 36 | 67 | 0 | 71 | 24 | 111 | 502 | 47 | 23 |
| Binary | 1000101 | 11110 | 110111 | 0 | 111001 | 10100 | 1001001 | 101000010 | 100111 | 10011 |
Color Harmonies of #451E37
Complementary color
Monochromatic Colors of #451E37
Black with #451E37
Text Example
Text Example
White with #451E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E37; }
p { color: rgb(69,30,55); }
H1.HeaderClassName
{
color: #451E37;
}
.AnyTagClassName
{
color: #451E37;
}
</style>
background-color css
<style>
a { background-color: #451E37; }
a { background-color: rgb(69,30,55); }
div.DivClassName
{
background-color: #451E37;
}
.BgClassName
{
background-color: #451E37;
}
</style>
border-color css
<style>
span { border-color: #451E37; }
span { border-color: rgb(69,30,55); }
td.TdClassName
{
border-color: #451E37;
}
.TagClassName
{
border-color: #451E37;
}
</style>