#321120

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

Shades of Blackberry #321120

Tints of Blackberry #321120

Color information

#321120 (or 0x321120) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 20. RGB value is (50,17,32). Sum of RGB (Red+Green+Blue) = 50+17+32=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #321120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321120 is #CDEEDF. Grayscale: #1C1C1C. Windows color (decimal): -13496032 or 2101554. OLE color: 2101554.

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

Color convert

RGB501732-
CMYK00.660.360.80
HSL332.73º49.25%13.14%-
HSV(B)332.73º66%19.61%-
XYZ1.781.181.5-
YUV28.58129.93143.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=50.51%
G=17.17%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50173200.660.360.80332.7349.2513.14
Hex321120042245014d31d
Octal6221400102441205156115
Binary110010100011000000100001010010010100001010011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321120; }

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

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

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

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

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

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

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

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