#530524

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

Shades of Blackberry #530524

Tints of Blackberry #530524

Color information

#530524 (or 0x530524) is unknown color: approx Blackberry. HEX triplet: 53, 05 and 24. RGB value is (83,5,36). Sum of RGB (Red+Green+Blue) = 83+5+36=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530524 is #ACFADB. Grayscale: #1F1F1F. Windows color (decimal): -11336412 or 2360659. OLE color: 2360659.

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

Color convert

RGB83536-
CMYK00.940.570.67
HSL336.15º88.64%17.25%-
HSV(B)336.15º93.98%32.55%-
XYZ3.942.071.86-
YUV31.86130.34164.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=66.94%
G=4.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353600.940.570.67336.1588.6417.25
Hex5352405E39431505911
Octal12354401367110352013121
Binary1010011101100100010111101110011000011101010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530524; }

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

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

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

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

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

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

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

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