Shades of Blackberry #530023
Tints of Blackberry #530023
RGB
CMYK
RGB Variations
Color information
#530023 (or 0x530023) is known color: Blackberry. HEX triplet: 53, 00 and 23. RGB value is (83,0,35). Sum of RGB (Red+Green+Blue) = 83+0+35=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530023 is #ACFFDC. Grayscale: #1C1C1C. Windows color (decimal): -11337693 or 2293843. OLE color: 2293843.
HSL color Cylindrical-coordinate representation of color #530023: hue angle of 334.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530023 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.58 | 0.67 |
| HSL | 334.7º | 1% | 0.16% | - |
| HSV(B) | 334.7º | 1% | 0.33% | - |
| XYZ | 3.87 | 1.96 | 1.76 | - |
| YUV | 28.81 | 131.5 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 35 | 0 | 1 | 0.58 | 0.67 | 334.7 | 1 | 0.16 |
| Hex | 53 | 0 | 23 | 0 | 64 | 3A | 43 | 14F | 64 | 10 |
| Octal | 123 | 0 | 43 | 0 | 144 | 72 | 103 | 517 | 144 | 20 |
| Binary | 1010011 | 0 | 100011 | 0 | 1100100 | 111010 | 1000011 | 101001111 | 1100100 | 10000 |
Color Harmonies of #530023
Complementary color
Monochromatic Colors of #530023
Black with #530023
Text Example
Text Example
White with #530023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530023; }
p { color: rgb(83,0,35); }
H1.HeaderClassName
{
color: #530023;
}
.AnyTagClassName
{
color: #530023;
}
</style>
background-color css
<style>
a { background-color: #530023; }
a { background-color: rgb(83,0,35); }
div.DivClassName
{
background-color: #530023;
}
.BgClassName
{
background-color: #530023;
}
</style>
border-color css
<style>
span { border-color: #530023; }
span { border-color: rgb(83,0,35); }
td.TdClassName
{
border-color: #530023;
}
.TagClassName
{
border-color: #530023;
}
</style>