#321322

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

Shades of Blackberry #321322

Tints of Blackberry #321322

Color information

#321322 (or 0x321322) is unknown color: approx Blackberry. HEX triplet: 32, 13 and 22. RGB value is (50,19,34). Sum of RGB (Red+Green+Blue) = 50+19+34=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321322 is #CDECDD. Grayscale: #1D1D1D. Windows color (decimal): -13495518 or 2233138. OLE color: 2233138.

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

Color convert

RGB501934-
CMYK00.620.320.80
HSL330.97º44.93%13.53%-
HSV(B)330.97º62%19.61%-
XYZ1.841.261.66-
YUV29.98130.27142.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=48.54%
G=18.45%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50193400.620.320.80330.9744.9313.53
Hex32132203E205014b2de
Octal622342076401205135516
Binary11001010011100010011111010000010100001010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321322; }

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

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

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

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

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

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

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

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