Shades of Blackberry #530E38
Tints of Blackberry #530E38
RGB
CMYK
RGB Variations
Color information
#530E38 (or 0x530E38) is known color: Blackberry. HEX triplet: 53, 0E and 38. RGB value is (83,14,56). Sum of RGB (Red+Green+Blue) = 83+14+56=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #530E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E38 is #ACF1C7. Grayscale: #272727. Windows color (decimal): -11334088 or 3673683. OLE color: 3673683.
HSL color Cylindrical-coordinate representation of color #530E38: hue angle of 323.48º 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 #530E38 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 56 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.67 |
| HSL | 323.48º | 0.71% | 0.19% | - |
| HSV(B) | 323.48º | 0.83% | 0.33% | - |
| XYZ | 4.44 | 2.44 | 3.98 | - |
| YUV | 39.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 56 | 0 | 0.83 | 0.33 | 0.67 | 323.48 | 0.71 | 0.19 |
| Hex | 53 | E | 38 | 0 | 53 | 21 | 43 | 143 | 47 | 13 |
| Octal | 123 | 16 | 70 | 0 | 123 | 41 | 103 | 503 | 107 | 23 |
| Binary | 1010011 | 1110 | 111000 | 0 | 1010011 | 100001 | 1000011 | 101000011 | 1000111 | 10011 |
Color Harmonies of #530E38
Complementary color
Monochromatic Colors of #530E38
Black with #530E38
Text Example
Text Example
White with #530E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E38; }
p { color: rgb(83,14,56); }
H1.HeaderClassName
{
color: #530E38;
}
.AnyTagClassName
{
color: #530E38;
}
</style>
background-color css
<style>
a { background-color: #530E38; }
a { background-color: rgb(83,14,56); }
div.DivClassName
{
background-color: #530E38;
}
.BgClassName
{
background-color: #530E38;
}
</style>
border-color css
<style>
span { border-color: #530E38; }
span { border-color: rgb(83,14,56); }
td.TdClassName
{
border-color: #530E38;
}
.TagClassName
{
border-color: #530E38;
}
</style>