#530324

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

Shades of Blackberry #530324

Tints of Blackberry #530324

Color information

#530324 (or 0x530324) is unknown color: approx Blackberry. HEX triplet: 53, 03 and 24. RGB value is (83,3,36). Sum of RGB (Red+Green+Blue) = 83+3+36=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530324 is #ACFCDB. Grayscale: #1E1E1E. Windows color (decimal): -11336924 or 2360147. OLE color: 2360147.

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

Color convert

RGB83336-
CMYK00.960.570.67
HSL335.25º93.02%16.86%-
HSV(B)335.25º96.39%32.55%-
XYZ3.922.031.85-
YUV30.68131165.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=68.03%
G=2.46%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8333600.960.570.67335.2593.0216.86
Hex53324060394314f5d11
Octal12334401407110351713521
Binary101001111100100011000001110011000011101001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530324; }

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

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

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

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

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

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

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

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