Shades of Blackberry #530E29
Tints of Blackberry #530E29
RGB
CMYK
RGB Variations
Color information
#530E29 (or 0x530E29) is known color: Blackberry. HEX triplet: 53, 0E and 29. RGB value is (83,14,41). Sum of RGB (Red+Green+Blue) = 83+14+41=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E29 is #ACF1D6. Grayscale: #252525. Windows color (decimal): -11334103 or 2690643. OLE color: 2690643.
HSL color Cylindrical-coordinate representation of color #530E29: hue angle of 336.52º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E29 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 41 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.67 |
| HSL | 336.52º | 0.71% | 0.19% | - |
| HSV(B) | 336.52º | 0.83% | 0.33% | - |
| XYZ | 4.12 | 2.31 | 2.33 | - |
| YUV | 37.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 41 | 0 | 0.83 | 0.51 | 0.67 | 336.52 | 0.71 | 0.19 |
| Hex | 53 | E | 29 | 0 | 53 | 33 | 43 | 151 | 47 | 13 |
| Octal | 123 | 16 | 51 | 0 | 123 | 63 | 103 | 521 | 107 | 23 |
| Binary | 1010011 | 1110 | 101001 | 0 | 1010011 | 110011 | 1000011 | 101010001 | 1000111 | 10011 |
Color Harmonies of #530E29
Complementary color
Monochromatic Colors of #530E29
Black with #530E29
Text Example
Text Example
White with #530E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E29; }
p { color: rgb(83,14,41); }
H1.HeaderClassName
{
color: #530E29;
}
.AnyTagClassName
{
color: #530E29;
}
</style>
background-color css
<style>
a { background-color: #530E29; }
a { background-color: rgb(83,14,41); }
div.DivClassName
{
background-color: #530E29;
}
.BgClassName
{
background-color: #530E29;
}
</style>
border-color css
<style>
span { border-color: #530E29; }
span { border-color: rgb(83,14,41); }
td.TdClassName
{
border-color: #530E29;
}
.TagClassName
{
border-color: #530E29;
}
</style>