Shades of Blackberry #451835
Tints of Blackberry #451835
RGB
CMYK
RGB Variations
Color information
#451835 (or 0x451835) is known color: Blackberry. HEX triplet: 45, 18 and 35. RGB value is (69,24,53). Sum of RGB (Red+Green+Blue) = 69+24+53=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #451835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451835 is #BAE7CA. Grayscale: #282828. Windows color (decimal): -12249035 or 3479621. OLE color: 3479621.
HSL color Cylindrical-coordinate representation of color #451835: hue angle of 321.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451835 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 53 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.73 |
| HSL | 321.33º | 0.48% | 0.18% | - |
| HSV(B) | 321.33º | 0.65% | 0.27% | - |
| XYZ | 3.42 | 2.18 | 3.61 | - |
| YUV | 40.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 53 | 0 | 0.65 | 0.23 | 0.73 | 321.33 | 0.48 | 0.18 |
| Hex | 45 | 18 | 35 | 0 | 41 | 17 | 49 | 141 | 30 | 12 |
| Octal | 105 | 30 | 65 | 0 | 101 | 27 | 111 | 501 | 60 | 22 |
| Binary | 1000101 | 11000 | 110101 | 0 | 1000001 | 10111 | 1001001 | 101000001 | 110000 | 10010 |
Color Harmonies of #451835
Complementary color
Monochromatic Colors of #451835
Black with #451835
Text Example
Text Example
White with #451835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451835; }
p { color: rgb(69,24,53); }
H1.HeaderClassName
{
color: #451835;
}
.AnyTagClassName
{
color: #451835;
}
</style>
background-color css
<style>
a { background-color: #451835; }
a { background-color: rgb(69,24,53); }
div.DivClassName
{
background-color: #451835;
}
.BgClassName
{
background-color: #451835;
}
</style>
border-color css
<style>
span { border-color: #451835; }
span { border-color: rgb(69,24,53); }
td.TdClassName
{
border-color: #451835;
}
.TagClassName
{
border-color: #451835;
}
</style>