Shades of Blackberry #451E36
Tints of Blackberry #451E36
RGB
CMYK
RGB Variations
Color information
#451E36 (or 0x451E36) is known color: Blackberry. HEX triplet: 45, 1E and 36. RGB value is (69,30,54). Sum of RGB (Red+Green+Blue) = 69+30+54=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #451E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E36 is #BAE1C9. Grayscale: #2C2C2C. Windows color (decimal): -12247498 or 3546693. OLE color: 3546693.
HSL color Cylindrical-coordinate representation of color #451E36: hue angle of 323.08º 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 #451E36 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 54 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.73 |
| HSL | 323.08º | 0.39% | 0.19% | - |
| HSV(B) | 323.08º | 0.57% | 0.27% | - |
| XYZ | 3.58 | 2.46 | 3.78 | - |
| YUV | 44.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 54 | 0 | 0.57 | 0.22 | 0.73 | 323.08 | 0.39 | 0.19 |
| Hex | 45 | 1E | 36 | 0 | 39 | 16 | 49 | 143 | 27 | 13 |
| Octal | 105 | 36 | 66 | 0 | 71 | 26 | 111 | 503 | 47 | 23 |
| Binary | 1000101 | 11110 | 110110 | 0 | 111001 | 10110 | 1001001 | 101000011 | 100111 | 10011 |
Color Harmonies of #451E36
Complementary color
Monochromatic Colors of #451E36
Black with #451E36
Text Example
Text Example
White with #451E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E36; }
p { color: rgb(69,30,54); }
H1.HeaderClassName
{
color: #451E36;
}
.AnyTagClassName
{
color: #451E36;
}
</style>
background-color css
<style>
a { background-color: #451E36; }
a { background-color: rgb(69,30,54); }
div.DivClassName
{
background-color: #451E36;
}
.BgClassName
{
background-color: #451E36;
}
</style>
border-color css
<style>
span { border-color: #451E36; }
span { border-color: rgb(69,30,54); }
td.TdClassName
{
border-color: #451E36;
}
.TagClassName
{
border-color: #451E36;
}
</style>