#53052C

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

Shades of Blackberry #53052C

Tints of Blackberry #53052C

Color information

#53052C (or 0x53052C) is unknown color: approx Blackberry. HEX triplet: 53, 05 and 2C. RGB value is (83,5,44). Sum of RGB (Red+Green+Blue) = 83+5+44=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53052C is #ACFAD3. Grayscale: #202020. Windows color (decimal): -11336404 or 2884947. OLE color: 2884947.

HSL color Cylindrical-coordinate representation of color #53052C: hue angle of 330º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53052C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB83544-
CMYK00.940.470.67
HSL330º88.64%17.25%-
HSV(B)330º93.98%32.55%-
XYZ4.082.132.58-
YUV32.77134.34163.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=62.88%
G=3.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354400.940.470.6733088.6417.25
Hex5352C05E2F4314a5911
Octal12355401365710351213121
Binary1010011101101100010111101011111000011101001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53052C; }

 p { color: rgb(83,5,44); }

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

<style>
 a { background-color: #53052C; }

 a { background-color: rgb(83,5,44); }

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

<style>
 span { border-color: #53052C; }

 span { border-color: rgb(83,5,44); }

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