#321527

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

Shades of Blackberry #321527

Tints of Blackberry #321527

Color information

#321527 (or 0x321527) is unknown color: approx Blackberry. HEX triplet: 32, 15 and 27. RGB value is (50,21,39). Sum of RGB (Red+Green+Blue) = 50+21+39=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321527 is #CDEAD8. Grayscale: #1F1F1F. Windows color (decimal): -13495001 or 2561330. OLE color: 2561330.

HSL color Cylindrical-coordinate representation of color #321527: hue angle of 322.76º 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 #321527 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB502139-
CMYK00.580.220.80
HSL322.76º40.85%13.92%-
HSV(B)322.76º58%19.61%-
XYZ1.951.362.08-
YUV31.72132.11141.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=45.45%
G=19.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50213900.580.220.80322.7640.8513.92
Hex32152703A165014329e
Octal622547072261205035116
Binary1100101010110011101110101011010100001010000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321527; }

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

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

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

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

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

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

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

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