Shades of Blackberry #450C30
Tints of Blackberry #450C30
RGB
CMYK
RGB Variations
Color information
#450C30 (or 0x450C30) is known color: Blackberry. HEX triplet: 45, 0C and 30. RGB value is (69,12,48). Sum of RGB (Red+Green+Blue) = 69+12+48=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #450C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450C30 is #BAF3CF. Grayscale: #212121. Windows color (decimal): -12252112 or 3148869. OLE color: 3148869.
HSL color Cylindrical-coordinate representation of color #450C30: hue angle of 322.11º 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 #450C30 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 48 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.73 |
| HSL | 322.11º | 0.7% | 0.16% | - |
| HSV(B) | 322.11º | 0.83% | 0.27% | - |
| XYZ | 3.12 | 1.74 | 2.97 | - |
| YUV | 33.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 48 | 0 | 0.83 | 0.30 | 0.73 | 322.11 | 0.7 | 0.16 |
| Hex | 45 | C | 30 | 0 | 53 | 1E | 49 | 142 | 46 | 10 |
| Octal | 105 | 14 | 60 | 0 | 123 | 36 | 111 | 502 | 106 | 20 |
| Binary | 1000101 | 1100 | 110000 | 0 | 1010011 | 11110 | 1001001 | 101000010 | 1000110 | 10000 |
Color Harmonies of #450C30
Complementary color
Monochromatic Colors of #450C30
Black with #450C30
Text Example
Text Example
White with #450C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C30; }
p { color: rgb(69,12,48); }
H1.HeaderClassName
{
color: #450C30;
}
.AnyTagClassName
{
color: #450C30;
}
</style>
background-color css
<style>
a { background-color: #450C30; }
a { background-color: rgb(69,12,48); }
div.DivClassName
{
background-color: #450C30;
}
.BgClassName
{
background-color: #450C30;
}
</style>
border-color css
<style>
span { border-color: #450C30; }
span { border-color: rgb(69,12,48); }
td.TdClassName
{
border-color: #450C30;
}
.TagClassName
{
border-color: #450C30;
}
</style>