#321525

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

Shades of Blackberry #321525

Tints of Blackberry #321525

Color information

#321525 (or 0x321525) is unknown color: approx Blackberry. HEX triplet: 32, 15 and 25. RGB value is (50,21,37). Sum of RGB (Red+Green+Blue) = 50+21+37=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321525 is #CDEADA. Grayscale: #1F1F1F. Windows color (decimal): -13495003 or 2430258. OLE color: 2430258.

HSL color Cylindrical-coordinate representation of color #321525: hue angle of 326.9º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321525 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB502137-
CMYK00.580.260.80
HSL326.9º40.85%13.92%-
HSV(B)326.9º58%19.61%-
XYZ1.921.351.91-
YUV31.5131.11141.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=46.30%
G=19.44%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50213700.580.260.80326.940.8513.92
Hex32152503A1A5014729e
Octal622545072321205075116
Binary1100101010110010101110101101010100001010001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321525; }

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

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

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

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

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

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

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

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