#321020

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

Shades of Blackberry #321020

Tints of Blackberry #321020

Color information

#321020 (or 0x321020) is unknown color: approx Blackberry. HEX triplet: 32, 10 and 20. RGB value is (50,16,32). Sum of RGB (Red+Green+Blue) = 50+16+32=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321020 is #CDEFDF. Grayscale: #1B1B1B. Windows color (decimal): -13496288 or 2101298. OLE color: 2101298.

HSL color Cylindrical-coordinate representation of color #321020: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321020 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB501632-
CMYK00.680.360.80
HSL331.76º51.52%12.94%-
HSV(B)331.76º68%19.61%-
XYZ1.761.151.5-
YUV27.99130.26143.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=51.02%
G=16.33%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50163200.680.360.80331.7651.5212.94
Hex321020044245014c34d
Octal6220400104441205146415
Binary110010100001000000100010010010010100001010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321020; }

 p { color: rgb(50,16,32); }

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

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

 a { background-color: rgb(50,16,32); }

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

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

 span { border-color: rgb(50,16,32); }

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