#52113A

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

Shades of Blackberry #52113A

Tints of Blackberry #52113A

Color information

#52113A (or 0x52113A) is unknown color: approx Blackberry. HEX triplet: 52, 11 and 3A. RGB value is (82,17,58). Sum of RGB (Red+Green+Blue) = 82+17+58=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52113A is #ADEEC5. Grayscale: #292929. Windows color (decimal): -11398854 or 3805522. OLE color: 3805522.

HSL color Cylindrical-coordinate representation of color #52113A: hue angle of 322.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52113A is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB821758-
CMYK00.790.290.68
HSL322.15º65.66%19.41%-
HSV(B)322.15º79.27%32.16%-
XYZ4.442.54.25-
YUV41.11137.53157.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=52.23%
G=10.83%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82175800.790.290.68322.1565.6619.41
Hex52113A04F1D441424213
Octal122217201173510450210223
Binary10100101000111101001001111111011000100101000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52113A; }

 p { color: rgb(82,17,58); }

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

<style>
 a { background-color: #52113A; }

 a { background-color: rgb(82,17,58); }

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

<style>
 span { border-color: #52113A; }

 span { border-color: rgb(82,17,58); }

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