#321320

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

Shades of Blackberry #321320

Tints of Blackberry #321320

Color information

#321320 (or 0x321320) is unknown color: approx Blackberry. HEX triplet: 32, 13 and 20. RGB value is (50,19,32). Sum of RGB (Red+Green+Blue) = 50+19+32=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321320 is #CDECDF. Grayscale: #1D1D1D. Windows color (decimal): -13495520 or 2102066. OLE color: 2102066.

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

Color convert

RGB501932-
CMYK00.620.360.80
HSL334.84º44.93%13.53%-
HSV(B)334.84º62%19.61%-
XYZ1.811.251.51-
YUV29.75129.27142.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=49.50%
G=18.81%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50193200.620.360.80334.8444.9313.53
Hex32132003E245014f2de
Octal622340076441205175516
Binary11001010011100000011111010010010100001010011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321320; }

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

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

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

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

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

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

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

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