#320821

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

Shades of Blackberry #320821

Tints of Blackberry #320821

Color information

#320821 (or 0x320821) is unknown color: approx Blackberry. HEX triplet: 32, 08 and 21. RGB value is (50,8,33). Sum of RGB (Red+Green+Blue) = 50+8+33=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320821 is #CDF7DE. Grayscale: #171717. Windows color (decimal): -13498335 or 2164786. OLE color: 2164786.

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

Color convert

RGB50833-
CMYK00.840.340.80
HSL324.29º72.41%11.37%-
HSV(B)324.29º84%19.61%-
XYZ1.680.961.54-
YUV23.41133.41146.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=54.95%
G=8.79%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5083300.840.340.80324.2972.4111.37
Hex32821054225014448b
Octal62104101244212050411013
Binary110010100010000101010100100010101000010100010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320821; }

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

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

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

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

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

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

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

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