#321122

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

Shades of Blackberry #321122

Tints of Blackberry #321122

Color information

#321122 (or 0x321122) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 22. RGB value is (50,17,34). Sum of RGB (Red+Green+Blue) = 50+17+34=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #321122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321122 is #CDEEDD. Grayscale: #1C1C1C. Windows color (decimal): -13496030 or 2232626. OLE color: 2232626.

HSL color Cylindrical-coordinate representation of color #321122: hue angle of 329.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321122 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB501734-
CMYK00.660.320.80
HSL329.09º49.25%13.14%-
HSV(B)329.09º66%19.61%-
XYZ1.81.191.65-
YUV28.8130.93143.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=49.50%
G=16.83%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50173400.660.320.80329.0949.2513.14
Hex321122042205014931d
Octal6221420102401205116115
Binary110010100011000100100001010000010100001010010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321122; }

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

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

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

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

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

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

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

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