Shades of Blackberry #45001A
Tints of Blackberry #45001A
RGB
CMYK
RGB Variations
Color information
#45001A (or 0x45001A) is known color: Blackberry. HEX triplet: 45, 00 and 1A. RGB value is (69,0,26). Sum of RGB (Red+Green+Blue) = 69+0+26=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #45001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45001A is #BAFFE5. Grayscale: #171717. Windows color (decimal): -12255206 or 1704005. OLE color: 1704005.
HSL color Cylindrical-coordinate representation of color #45001A: hue angle of 337.39º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45001A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.62 | 0.73 |
| HSL | 337.39º | 1% | 0.14% | - |
| HSV(B) | 337.39º | 1% | 0.27% | - |
| XYZ | 2.64 | 1.34 | 1.1 | - |
| YUV | 23.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 26 | 0 | 1 | 0.62 | 0.73 | 337.39 | 1 | 0.14 |
| Hex | 45 | 0 | 1A | 0 | 64 | 3E | 49 | 151 | 64 | E |
| Octal | 105 | 0 | 32 | 0 | 144 | 76 | 111 | 521 | 144 | 16 |
| Binary | 1000101 | 0 | 11010 | 0 | 1100100 | 111110 | 1001001 | 101010001 | 1100100 | 1110 |
Color Harmonies of #45001A
Complementary color
Monochromatic Colors of #45001A
Black with #45001A
Text Example
Text Example
White with #45001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45001A; }
p { color: rgb(69,0,26); }
H1.HeaderClassName
{
color: #45001A;
}
.AnyTagClassName
{
color: #45001A;
}
</style>
background-color css
<style>
a { background-color: #45001A; }
a { background-color: rgb(69,0,26); }
div.DivClassName
{
background-color: #45001A;
}
.BgClassName
{
background-color: #45001A;
}
</style>
border-color css
<style>
span { border-color: #45001A; }
span { border-color: rgb(69,0,26); }
td.TdClassName
{
border-color: #45001A;
}
.TagClassName
{
border-color: #45001A;
}
</style>