#321222

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

Shades of Blackberry #321222

Tints of Blackberry #321222

Color information

#321222 (or 0x321222) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 22. RGB value is (50,18,34). Sum of RGB (Red+Green+Blue) = 50+18+34=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321222 is #CDEDDD. Grayscale: #1D1D1D. Windows color (decimal): -13495774 or 2232882. OLE color: 2232882.

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

Color convert

RGB501834-
CMYK00.640.320.80
HSL330º47.06%13.33%-
HSV(B)330º64%19.61%-
XYZ1.821.231.65-
YUV29.39130.6142.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 34 (13.67% from 255) = 33.33%
R=49.02%
G=17.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183400.640.320.8033047.0613.33
Hex321222040205014a2fd
Octal6222420100401205125715
Binary110010100101000100100000010000010100001010010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321222; }

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

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

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

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

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

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

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

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