#530529

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

Shades of Blackberry #530529

Tints of Blackberry #530529

Color information

#530529 (or 0x530529) is unknown color: approx Blackberry. HEX triplet: 53, 05 and 29. RGB value is (83,5,41). Sum of RGB (Red+Green+Blue) = 83+5+41=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530529 is #ACFAD6. Grayscale: #202020. Windows color (decimal): -11336407 or 2688339. OLE color: 2688339.

HSL color Cylindrical-coordinate representation of color #530529: hue angle of 332.31º 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 #530529 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB83541-
CMYK00.940.510.67
HSL332.31º88.64%17.25%-
HSV(B)332.31º93.98%32.55%-
XYZ4.022.112.29-
YUV32.43132.84164.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=64.34%
G=3.88%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354100.940.510.67332.3188.6417.25
Hex5352905E334314c5911
Octal12355101366310351413121
Binary1010011101101001010111101100111000011101001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530529; }

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

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

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

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

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

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

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

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