#52152D

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

Shades of Blackberry #52152D

Tints of Blackberry #52152D

Color information

#52152D (or 0x52152D) is unknown color: approx Blackberry. HEX triplet: 52, 15 and 2D. RGB value is (82,21,45). Sum of RGB (Red+Green+Blue) = 82+21+45=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52152D is #ADEAD2. Grayscale: #292929. Windows color (decimal): -11397843 or 2954578. OLE color: 2954578.

HSL color Cylindrical-coordinate representation of color #52152D: hue angle of 336.39º 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 #52152D is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB822145-
CMYK00.740.450.68
HSL336.39º59.22%20.2%-
HSV(B)336.39º74.39%32.16%-
XYZ4.222.522.75-
YUV41.98129.71156.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.41%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=55.41%
G=14.19%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82214500.740.450.68336.3959.2220.2
Hex52152D04A2D441503b14
Octal12225550112551045207324
Binary10100101010110110101001010101101100010010101000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52152D; }

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

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

<style>
 a { background-color: #52152D; }

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

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

<style>
 span { border-color: #52152D; }

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

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