#320621

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

Shades of Blackberry #320621

Tints of Blackberry #320621

Color information

#320621 (or 0x320621) is unknown color: approx Blackberry. HEX triplet: 32, 06 and 21. RGB value is (50,6,33). Sum of RGB (Red+Green+Blue) = 50+6+33=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320621 is #CDF9DE. Grayscale: #161616. Windows color (decimal): -13498847 or 2164274. OLE color: 2164274.

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

Color convert

RGB50633-
CMYK00.880.340.80
HSL323.18º78.57%10.98%-
HSV(B)323.18º88%19.61%-
XYZ1.660.921.53-
YUV22.23134.08147.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=56.18%
G=6.74%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5063300.880.340.80323.1878.5710.98
Hex3262105822501434fb
Octal6264101304212050311713
Binary11001011010000101011000100010101000010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320621; }

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

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

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

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

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

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

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

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