Shades of Blackberry #451D33
Tints of Blackberry #451D33
RGB
CMYK
RGB Variations
Color information
#451D33 (or 0x451D33) is known color: Blackberry. HEX triplet: 45, 1D and 33. RGB value is (69,29,51). Sum of RGB (Red+Green+Blue) = 69+29+51=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #451D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D33 is #BAE2CC. Grayscale: #2B2B2B. Windows color (decimal): -12247757 or 3349829. OLE color: 3349829.
HSL color Cylindrical-coordinate representation of color #451D33: hue angle of 327º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451D33 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 51 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.73 |
| HSL | 327º | 0.41% | 0.19% | - |
| HSV(B) | 327º | 0.58% | 0.27% | - |
| XYZ | 3.49 | 2.38 | 3.41 | - |
| YUV | 43.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 51 | 0 | 0.58 | 0.26 | 0.73 | 327 | 0.41 | 0.19 |
| Hex | 45 | 1D | 33 | 0 | 3A | 1A | 49 | 147 | 29 | 13 |
| Octal | 105 | 35 | 63 | 0 | 72 | 32 | 111 | 507 | 51 | 23 |
| Binary | 1000101 | 11101 | 110011 | 0 | 111010 | 11010 | 1001001 | 101000111 | 101001 | 10011 |
Color Harmonies of #451D33
Complementary color
Monochromatic Colors of #451D33
Black with #451D33
Text Example
Text Example
White with #451D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D33; }
p { color: rgb(69,29,51); }
H1.HeaderClassName
{
color: #451D33;
}
.AnyTagClassName
{
color: #451D33;
}
</style>
background-color css
<style>
a { background-color: #451D33; }
a { background-color: rgb(69,29,51); }
div.DivClassName
{
background-color: #451D33;
}
.BgClassName
{
background-color: #451D33;
}
</style>
border-color css
<style>
span { border-color: #451D33; }
span { border-color: rgb(69,29,51); }
td.TdClassName
{
border-color: #451D33;
}
.TagClassName
{
border-color: #451D33;
}
</style>