Shades of Blackberry #451A39
Tints of Blackberry #451A39
RGB
CMYK
RGB Variations
Color information
#451A39 (or 0x451A39) is known color: Blackberry. HEX triplet: 45, 1A and 39. RGB value is (69,26,57). Sum of RGB (Red+Green+Blue) = 69+26+57=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #451A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A39 is #BAE5C6. Grayscale: #2A2A2A. Windows color (decimal): -12248519 or 3742277. OLE color: 3742277.
HSL color Cylindrical-coordinate representation of color #451A39: hue angle of 316.74º 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 #451A39 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 26 | 57 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.73 |
| HSL | 316.74º | 0.45% | 0.19% | - |
| HSV(B) | 316.74º | 0.62% | 0.27% | - |
| XYZ | 3.56 | 2.3 | 4.13 | - |
| YUV | 42.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 57 | 0 | 0.62 | 0.17 | 0.73 | 316.74 | 0.45 | 0.19 |
| Hex | 45 | 1A | 39 | 0 | 3E | 11 | 49 | 13D | 2D | 13 |
| Octal | 105 | 32 | 71 | 0 | 76 | 21 | 111 | 475 | 55 | 23 |
| Binary | 1000101 | 11010 | 111001 | 0 | 111110 | 10001 | 1001001 | 100111101 | 101101 | 10011 |
Color Harmonies of #451A39
Complementary color
Monochromatic Colors of #451A39
Black with #451A39
Text Example
Text Example
White with #451A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A39; }
p { color: rgb(69,26,57); }
H1.HeaderClassName
{
color: #451A39;
}
.AnyTagClassName
{
color: #451A39;
}
</style>
background-color css
<style>
a { background-color: #451A39; }
a { background-color: rgb(69,26,57); }
div.DivClassName
{
background-color: #451A39;
}
.BgClassName
{
background-color: #451A39;
}
</style>
border-color css
<style>
span { border-color: #451A39; }
span { border-color: rgb(69,26,57); }
td.TdClassName
{
border-color: #451A39;
}
.TagClassName
{
border-color: #451A39;
}
</style>