#530325

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

Shades of Blackberry #530325

Tints of Blackberry #530325

Color information

#530325 (or 0x530325) is unknown color: approx Blackberry. HEX triplet: 53, 03 and 25. RGB value is (83,3,37). Sum of RGB (Red+Green+Blue) = 83+3+37=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530325 is #ACFCDA. Grayscale: #1E1E1E. Windows color (decimal): -11336923 or 2425683. OLE color: 2425683.

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

Color convert

RGB83337-
CMYK00.960.550.67
HSL334.5º93.02%16.86%-
HSV(B)334.5º96.39%32.55%-
XYZ3.932.041.94-
YUV30.8131.5165.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=67.48%
G=2.44%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8333700.960.550.67334.593.0216.86
Hex53325060374314e5d11
Octal12334501406710351613521
Binary101001111100101011000001101111000011101001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530325; }

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

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

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

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

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

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

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

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