#320525

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

Shades of Blackberry #320525

Tints of Blackberry #320525

Color information

#320525 (or 0x320525) is unknown color: approx Blackberry. HEX triplet: 32, 05 and 25. RGB value is (50,5,37). Sum of RGB (Red+Green+Blue) = 50+5+37=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #320525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320525 is #CDFADA. Grayscale: #161616. Windows color (decimal): -13499099 or 2426162. OLE color: 2426162.

HSL color Cylindrical-coordinate representation of color #320525: hue angle of 317.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320525 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB50537-
CMYK00.900.260.80
HSL317.33º81.82%10.78%-
HSV(B)317.33º90%19.61%-
XYZ1.70.921.84-
YUV22.1136.41147.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=54.35%
G=5.43%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5053700.900.260.80317.3381.8210.78
Hex3252505A1A5013d52b
Octal6254501323212047512213
Binary1100101011001010101101011010101000010011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320525; }

 p { color: rgb(50,5,37); }

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

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

 a { background-color: rgb(50,5,37); }

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

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

 span { border-color: rgb(50,5,37); }

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