Shades of Blackberry #450223
Tints of Blackberry #450223
RGB
CMYK
RGB Variations
Color information
#450223 (or 0x450223) is known color: Blackberry. HEX triplet: 45, 02 and 23. RGB value is (69,2,35). Sum of RGB (Red+Green+Blue) = 69+2+35=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #450223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450223 is #BAFDDC. Grayscale: #191919. Windows color (decimal): -12254685 or 2294341. OLE color: 2294341.
HSL color Cylindrical-coordinate representation of color #450223: hue angle of 330.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450223 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 2 | 35 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.73 |
| HSL | 330.45º | 0.94% | 0.14% | - |
| HSV(B) | 330.45º | 0.97% | 0.27% | - |
| XYZ | 2.78 | 1.43 | 1.72 | - |
| YUV | 25.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 35 | 0 | 0.97 | 0.49 | 0.73 | 330.45 | 0.94 | 0.14 |
| Hex | 45 | 2 | 23 | 0 | 61 | 31 | 49 | 14A | 5E | E |
| Octal | 105 | 2 | 43 | 0 | 141 | 61 | 111 | 512 | 136 | 16 |
| Binary | 1000101 | 10 | 100011 | 0 | 1100001 | 110001 | 1001001 | 101001010 | 1011110 | 1110 |
Color Harmonies of #450223
Complementary color
Monochromatic Colors of #450223
Black with #450223
Text Example
Text Example
White with #450223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450223; }
p { color: rgb(69,2,35); }
H1.HeaderClassName
{
color: #450223;
}
.AnyTagClassName
{
color: #450223;
}
</style>
background-color css
<style>
a { background-color: #450223; }
a { background-color: rgb(69,2,35); }
div.DivClassName
{
background-color: #450223;
}
.BgClassName
{
background-color: #450223;
}
</style>
border-color css
<style>
span { border-color: #450223; }
span { border-color: rgb(69,2,35); }
td.TdClassName
{
border-color: #450223;
}
.TagClassName
{
border-color: #450223;
}
</style>