#321221

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

Shades of Blackberry #321221

Tints of Blackberry #321221

Color information

#321221 (or 0x321221) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 21. RGB value is (50,18,33). Sum of RGB (Red+Green+Blue) = 50+18+33=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321221 is #CDEDDE. Grayscale: #1D1D1D. Windows color (decimal): -13495775 or 2167346. OLE color: 2167346.

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

Color convert

RGB501833-
CMYK00.640.340.80
HSL331.88º47.06%13.33%-
HSV(B)331.88º64%19.61%-
XYZ1.811.221.58-
YUV29.28130.1142.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=49.50%
G=17.82%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183300.640.340.80331.8847.0613.33
Hex321221040225014c2fd
Octal6222410100421205145715
Binary110010100101000010100000010001010100001010011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321221; }

 p { color: rgb(50,18,33); }

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

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

 a { background-color: rgb(50,18,33); }

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

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

 span { border-color: rgb(50,18,33); }

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