Shades of Blackberry #451C36
Tints of Blackberry #451C36
RGB
CMYK
RGB Variations
Color information
#451C36 (or 0x451C36) is known color: Blackberry. HEX triplet: 45, 1C and 36. RGB value is (69,28,54). Sum of RGB (Red+Green+Blue) = 69+28+54=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #451C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C36 is #BAE3C9. Grayscale: #2B2B2B. Windows color (decimal): -12248010 or 3546181. OLE color: 3546181.
HSL color Cylindrical-coordinate representation of color #451C36: hue angle of 321.95º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C36 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 28 | 54 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.73 |
| HSL | 321.95º | 0.42% | 0.19% | - |
| HSV(B) | 321.95º | 0.59% | 0.27% | - |
| XYZ | 3.54 | 2.36 | 3.76 | - |
| YUV | 43.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 54 | 0 | 0.59 | 0.22 | 0.73 | 321.95 | 0.42 | 0.19 |
| Hex | 45 | 1C | 36 | 0 | 3B | 16 | 49 | 142 | 2A | 13 |
| Octal | 105 | 34 | 66 | 0 | 73 | 26 | 111 | 502 | 52 | 23 |
| Binary | 1000101 | 11100 | 110110 | 0 | 111011 | 10110 | 1001001 | 101000010 | 101010 | 10011 |
Color Harmonies of #451C36
Complementary color
Monochromatic Colors of #451C36
Black with #451C36
Text Example
Text Example
White with #451C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C36; }
p { color: rgb(69,28,54); }
H1.HeaderClassName
{
color: #451C36;
}
.AnyTagClassName
{
color: #451C36;
}
</style>
background-color css
<style>
a { background-color: #451C36; }
a { background-color: rgb(69,28,54); }
div.DivClassName
{
background-color: #451C36;
}
.BgClassName
{
background-color: #451C36;
}
</style>
border-color css
<style>
span { border-color: #451C36; }
span { border-color: rgb(69,28,54); }
td.TdClassName
{
border-color: #451C36;
}
.TagClassName
{
border-color: #451C36;
}
</style>