#52123B

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

Shades of Blackberry #52123B

Tints of Blackberry #52123B

Color information

#52123B (or 0x52123B) is unknown color: approx Blackberry. HEX triplet: 52, 12 and 3B. RGB value is (82,18,59). Sum of RGB (Red+Green+Blue) = 82+18+59=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52123B is #ADEDC4. Grayscale: #292929. Windows color (decimal): -11398597 or 3871314. OLE color: 3871314.

HSL color Cylindrical-coordinate representation of color #52123B: hue angle of 321.56º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52123B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB821859-
CMYK00.780.280.68
HSL321.56º64%19.61%-
HSV(B)321.56º78.05%32.16%-
XYZ4.492.544.39-
YUV41.81137.7156.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=51.57%
G=11.32%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82185900.780.280.68321.566419.61
Hex52123B04E1C441424014
Octal122227301163410450210024
Binary10100101001011101101001110111001000100101000010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52123B; }

 p { color: rgb(82,18,59); }

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

<style>
 a { background-color: #52123B; }

 a { background-color: rgb(82,18,59); }

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

<style>
 span { border-color: #52123B; }

 span { border-color: rgb(82,18,59); }

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