Shades of Blackberry #451B30
Tints of Blackberry #451B30
RGB
CMYK
RGB Variations
Color information
#451B30 (or 0x451B30) is known color: Blackberry. HEX triplet: 45, 1B and 30. RGB value is (69,27,48). Sum of RGB (Red+Green+Blue) = 69+27+48=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #451B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B30 is #BAE4CF. Grayscale: #292929. Windows color (decimal): -12248272 or 3152709. OLE color: 3152709.
HSL color Cylindrical-coordinate representation of color #451B30: hue angle of 330º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B30 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 48 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.73 |
| HSL | 330º | 0.44% | 0.19% | - |
| HSV(B) | 330º | 0.61% | 0.27% | - |
| XYZ | 3.38 | 2.26 | 3.05 | - |
| YUV | 41.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 48 | 0 | 0.61 | 0.30 | 0.73 | 330 | 0.44 | 0.19 |
| Hex | 45 | 1B | 30 | 0 | 3D | 1E | 49 | 14A | 2C | 13 |
| Octal | 105 | 33 | 60 | 0 | 75 | 36 | 111 | 512 | 54 | 23 |
| Binary | 1000101 | 11011 | 110000 | 0 | 111101 | 11110 | 1001001 | 101001010 | 101100 | 10011 |
Color Harmonies of #451B30
Complementary color
Monochromatic Colors of #451B30
Black with #451B30
Text Example
Text Example
White with #451B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B30; }
p { color: rgb(69,27,48); }
H1.HeaderClassName
{
color: #451B30;
}
.AnyTagClassName
{
color: #451B30;
}
</style>
background-color css
<style>
a { background-color: #451B30; }
a { background-color: rgb(69,27,48); }
div.DivClassName
{
background-color: #451B30;
}
.BgClassName
{
background-color: #451B30;
}
</style>
border-color css
<style>
span { border-color: #451B30; }
span { border-color: rgb(69,27,48); }
td.TdClassName
{
border-color: #451B30;
}
.TagClassName
{
border-color: #451B30;
}
</style>