Shades of Blackberry #451030
Tints of Blackberry #451030
RGB
CMYK
RGB Variations
Color information
#451030 (or 0x451030) is known color: Blackberry. HEX triplet: 45, 10 and 30. RGB value is (69,16,48). Sum of RGB (Red+Green+Blue) = 69+16+48=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #451030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451030 is #BAEFCF. Grayscale: #232323. Windows color (decimal): -12251088 or 3149893. OLE color: 3149893.
HSL color Cylindrical-coordinate representation of color #451030: hue angle of 323.77º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451030 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 48 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.73 |
| HSL | 323.77º | 0.62% | 0.17% | - |
| HSV(B) | 323.77º | 0.77% | 0.27% | - |
| XYZ | 3.17 | 1.85 | 2.99 | - |
| YUV | 35.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 48 | 0 | 0.77 | 0.30 | 0.73 | 323.77 | 0.62 | 0.17 |
| Hex | 45 | 10 | 30 | 0 | 4D | 1E | 49 | 144 | 3E | 11 |
| Octal | 105 | 20 | 60 | 0 | 115 | 36 | 111 | 504 | 76 | 21 |
| Binary | 1000101 | 10000 | 110000 | 0 | 1001101 | 11110 | 1001001 | 101000100 | 111110 | 10001 |
Color Harmonies of #451030
Complementary color
Monochromatic Colors of #451030
Black with #451030
Text Example
Text Example
White with #451030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451030; }
p { color: rgb(69,16,48); }
H1.HeaderClassName
{
color: #451030;
}
.AnyTagClassName
{
color: #451030;
}
</style>
background-color css
<style>
a { background-color: #451030; }
a { background-color: rgb(69,16,48); }
div.DivClassName
{
background-color: #451030;
}
.BgClassName
{
background-color: #451030;
}
</style>
border-color css
<style>
span { border-color: #451030; }
span { border-color: rgb(69,16,48); }
td.TdClassName
{
border-color: #451030;
}
.TagClassName
{
border-color: #451030;
}
</style>