#530624

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

Shades of Blackberry #530624

Tints of Blackberry #530624

Color information

#530624 (or 0x530624) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 24. RGB value is (83,6,36). Sum of RGB (Red+Green+Blue) = 83+6+36=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530624 is #ACF9DB. Grayscale: #202020. Windows color (decimal): -11336156 or 2360915. OLE color: 2360915.

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

Color convert

RGB83636-
CMYK00.930.570.67
HSL336.62º86.52%17.45%-
HSV(B)336.62º92.77%32.55%-
XYZ3.952.11.87-
YUV32.44130.01164.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=66.4%
G=4.8%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363600.930.570.67336.6286.5217.45
Hex5362405D39431515711
Octal12364401357110352112721
Binary1010011110100100010111011110011000011101010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530624; }

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

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

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

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

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

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

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

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