#321321

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

Shades of Blackberry #321321

Tints of Blackberry #321321

Color information

#321321 (or 0x321321) is unknown color: approx Blackberry. HEX triplet: 32, 13 and 21. RGB value is (50,19,33). Sum of RGB (Red+Green+Blue) = 50+19+33=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321321 is #CDECDE. Grayscale: #1D1D1D. Windows color (decimal): -13495519 or 2167602. OLE color: 2167602.

HSL color Cylindrical-coordinate representation of color #321321: hue angle of 332.9º 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 #321321 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB501933-
CMYK00.620.340.80
HSL332.9º44.93%13.53%-
HSV(B)332.9º62%19.61%-
XYZ1.821.251.58-
YUV29.86129.77142.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=49.02%
G=18.63%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50193300.620.340.80332.944.9313.53
Hex32132103E225014d2de
Octal622341076421205155516
Binary11001010011100001011111010001010100001010011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321321; }

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

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

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

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

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

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

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

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