Shades of Blackberry #451024
Tints of Blackberry #451024
RGB
CMYK
RGB Variations
Color information
#451024 (or 0x451024) is known color: Blackberry. HEX triplet: 45, 10 and 24. RGB value is (69,16,36). Sum of RGB (Red+Green+Blue) = 69+16+36=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #451024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451024 is #BAEFDB. Grayscale: #222222. Windows color (decimal): -12251100 or 2363461. OLE color: 2363461.
HSL color Cylindrical-coordinate representation of color #451024: hue angle of 337.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451024 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 36 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.73 |
| HSL | 337.36º | 0.62% | 0.17% | - |
| HSV(B) | 337.36º | 0.77% | 0.27% | - |
| XYZ | 2.96 | 1.76 | 1.85 | - |
| YUV | 34.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 36 | 0 | 0.77 | 0.48 | 0.73 | 337.36 | 0.62 | 0.17 |
| Hex | 45 | 10 | 24 | 0 | 4D | 30 | 49 | 151 | 3E | 11 |
| Octal | 105 | 20 | 44 | 0 | 115 | 60 | 111 | 521 | 76 | 21 |
| Binary | 1000101 | 10000 | 100100 | 0 | 1001101 | 110000 | 1001001 | 101010001 | 111110 | 10001 |
Color Harmonies of #451024
Complementary color
Monochromatic Colors of #451024
Black with #451024
Text Example
Text Example
White with #451024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451024; }
p { color: rgb(69,16,36); }
H1.HeaderClassName
{
color: #451024;
}
.AnyTagClassName
{
color: #451024;
}
</style>
background-color css
<style>
a { background-color: #451024; }
a { background-color: rgb(69,16,36); }
div.DivClassName
{
background-color: #451024;
}
.BgClassName
{
background-color: #451024;
}
</style>
border-color css
<style>
span { border-color: #451024; }
span { border-color: rgb(69,16,36); }
td.TdClassName
{
border-color: #451024;
}
.TagClassName
{
border-color: #451024;
}
</style>