Shades of Blackberry #451A35
Tints of Blackberry #451A35
RGB
CMYK
RGB Variations
Color information
#451A35 (or 0x451A35) is known color: Blackberry. HEX triplet: 45, 1A and 35. RGB value is (69,26,53). Sum of RGB (Red+Green+Blue) = 69+26+53=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #451A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A35 is #BAE5CA. Grayscale: #292929. Windows color (decimal): -12248523 or 3480133. OLE color: 3480133.
HSL color Cylindrical-coordinate representation of color #451A35: hue angle of 322.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #451A35 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 53 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.73 |
| HSL | 322.33º | 0.45% | 0.19% | - |
| HSV(B) | 322.33º | 0.62% | 0.27% | - |
| XYZ | 3.47 | 2.26 | 3.62 | - |
| YUV | 41.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 53 | 0 | 0.62 | 0.23 | 0.73 | 322.33 | 0.45 | 0.19 |
| Hex | 45 | 1A | 35 | 0 | 3E | 17 | 49 | 142 | 2D | 13 |
| Octal | 105 | 32 | 65 | 0 | 76 | 27 | 111 | 502 | 55 | 23 |
| Binary | 1000101 | 11010 | 110101 | 0 | 111110 | 10111 | 1001001 | 101000010 | 101101 | 10011 |
Color Harmonies of #451A35
Complementary color
Monochromatic Colors of #451A35
Black with #451A35
Text Example
Text Example
White with #451A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A35; }
p { color: rgb(69,26,53); }
H1.HeaderClassName
{
color: #451A35;
}
.AnyTagClassName
{
color: #451A35;
}
</style>
background-color css
<style>
a { background-color: #451A35; }
a { background-color: rgb(69,26,53); }
div.DivClassName
{
background-color: #451A35;
}
.BgClassName
{
background-color: #451A35;
}
</style>
border-color css
<style>
span { border-color: #451A35; }
span { border-color: rgb(69,26,53); }
td.TdClassName
{
border-color: #451A35;
}
.TagClassName
{
border-color: #451A35;
}
</style>