#530629

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

Shades of Blackberry #530629

Tints of Blackberry #530629

Color information

#530629 (or 0x530629) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 29. RGB value is (83,6,41). Sum of RGB (Red+Green+Blue) = 83+6+41=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #530629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530629 is #ACF9D6. Grayscale: #202020. Windows color (decimal): -11336151 or 2688595. OLE color: 2688595.

HSL color Cylindrical-coordinate representation of color #530629: hue angle of 332.73º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530629 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB83641-
CMYK00.930.510.67
HSL332.73º86.52%17.45%-
HSV(B)332.73º92.77%32.55%-
XYZ4.032.132.3-
YUV33.01132.51163.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=63.85%
G=4.62%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364100.930.510.67332.7386.5217.45
Hex5362905D334314d5711
Octal12365101356310351512721
Binary1010011110101001010111011100111000011101001101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530629; }

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

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

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

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

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

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

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

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