#52153E

Color #52153E Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #52153E

Tints of Blackberry #52153E

Color information

#52153E (or 0x52153E) is unknown color: approx Blackberry. HEX triplet: 52, 15 and 3E. RGB value is (82,21,62). Sum of RGB (Red+Green+Blue) = 82+21+62=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52153E is #ADEAC1. Grayscale: #2B2B2B. Windows color (decimal): -11397826 or 4068690. OLE color: 4068690.

HSL color Cylindrical-coordinate representation of color #52153E: hue angle of 319.67º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52153E is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB822162-
CMYK00.740.240.68
HSL319.67º59.22%20.2%-
HSV(B)319.67º74.39%32.16%-
XYZ4.622.684.83-
YUV43.91138.21155.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=49.70%
G=12.73%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82216200.740.240.68319.6759.2220.2
Hex52153E04A18441403b14
Octal12225760112301045007324
Binary1010010101011111100100101011000100010010100000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52153E; }

 p { color: rgb(82,21,62); }

 H1.HeaderClassName
 {
   color: #52153E;
 }
 .AnyTagClassName
 {
   color: #52153E;
 }
</style>
background-color css

<style>
 a { background-color: #52153E; }

 a { background-color: rgb(82,21,62); }

 div.DivClassName
 {
   background-color: #52153E;
 }
 .BgClassName
 {
   background-color: #52153E;
 }
</style>
border-color css

<style>
 span { border-color: #52153E; }

 span { border-color: rgb(82,21,62); }

 td.TdClassName
 {
   border-color: #52153E;
 }
 .TagClassName
 {
   border-color: #52153E;
 }
</style>