#52153F

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

Shades of Blackberry #52153F

Tints of Blackberry #52153F

Color information

#52153F (or 0x52153F) is unknown color: approx Blackberry. HEX triplet: 52, 15 and 3F. RGB value is (82,21,63). Sum of RGB (Red+Green+Blue) = 82+21+63=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52153F is #ADEAC0. Grayscale: #2B2B2B. Windows color (decimal): -11397825 or 4134226. OLE color: 4134226.

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

Color convert

RGB822163-
CMYK00.740.230.68
HSL318.69º59.22%20.2%-
HSV(B)318.69º74.39%32.16%-
XYZ4.652.694.98-
YUV44.03138.71155.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 63 (25% from 255) = 37.95%
R=49.40%
G=12.65%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82216300.740.230.68318.6959.2220.2
Hex52153F04A174413f3b14
Octal12225770112271044777324
Binary1010010101011111110100101010111100010010011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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