Shades of Blackberry #450C2F
Tints of Blackberry #450C2F
RGB
CMYK
RGB Variations
Color information
#450C2F (or 0x450C2F) is known color: Blackberry. HEX triplet: 45, 0C and 2F. RGB value is (69,12,47). Sum of RGB (Red+Green+Blue) = 69+12+47=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #450C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C2F is #BAF3D0. Grayscale: #202020. Windows color (decimal): -12252113 or 3083333. OLE color: 3083333.
HSL color Cylindrical-coordinate representation of color #450C2F: hue angle of 323.16º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450C2F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 47 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.73 |
| HSL | 323.16º | 0.7% | 0.16% | - |
| HSV(B) | 323.16º | 0.83% | 0.27% | - |
| XYZ | 3.1 | 1.73 | 2.86 | - |
| YUV | 33.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 47 | 0 | 0.83 | 0.32 | 0.73 | 323.16 | 0.7 | 0.16 |
| Hex | 45 | C | 2F | 0 | 53 | 20 | 49 | 143 | 46 | 10 |
| Octal | 105 | 14 | 57 | 0 | 123 | 40 | 111 | 503 | 106 | 20 |
| Binary | 1000101 | 1100 | 101111 | 0 | 1010011 | 100000 | 1001001 | 101000011 | 1000110 | 10000 |
Color Harmonies of #450C2F
Complementary color
Monochromatic Colors of #450C2F
Black with #450C2F
Text Example
Text Example
White with #450C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C2F; }
p { color: rgb(69,12,47); }
H1.HeaderClassName
{
color: #450C2F;
}
.AnyTagClassName
{
color: #450C2F;
}
</style>
background-color css
<style>
a { background-color: #450C2F; }
a { background-color: rgb(69,12,47); }
div.DivClassName
{
background-color: #450C2F;
}
.BgClassName
{
background-color: #450C2F;
}
</style>
border-color css
<style>
span { border-color: #450C2F; }
span { border-color: rgb(69,12,47); }
td.TdClassName
{
border-color: #450C2F;
}
.TagClassName
{
border-color: #450C2F;
}
</style>