#321523

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

Shades of Blackberry #321523

Tints of Blackberry #321523

Color information

#321523 (or 0x321523) is unknown color: approx Blackberry. HEX triplet: 32, 15 and 23. RGB value is (50,21,35). Sum of RGB (Red+Green+Blue) = 50+21+35=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #321523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321523 is #CDEADC. Grayscale: #1F1F1F. Windows color (decimal): -13495005 or 2299186. OLE color: 2299186.

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

Color convert

RGB502135-
CMYK00.580.300.80
HSL331.03º40.85%13.92%-
HSV(B)331.03º58%19.61%-
XYZ1.891.341.75-
YUV31.27130.11141.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=47.17%
G=19.81%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50213500.580.300.80331.0340.8513.92
Hex32152303A1E5014b29e
Octal622543072361205135116
Binary1100101010110001101110101111010100001010010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321523; }

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

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

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

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

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

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

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

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