#321224

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

Shades of Blackberry #321224

Tints of Blackberry #321224

Color information

#321224 (or 0x321224) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 24. RGB value is (50,18,36). Sum of RGB (Red+Green+Blue) = 50+18+36=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321224 is #CDEDDB. Grayscale: #1D1D1D. Windows color (decimal): -13495772 or 2363954. OLE color: 2363954.

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

Color convert

RGB501836-
CMYK00.640.280.80
HSL326.25º47.06%13.33%-
HSV(B)326.25º64%19.61%-
XYZ1.851.241.81-
YUV29.62131.6142.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=48.08%
G=17.31%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183600.640.280.80326.2547.0613.33
Hex3212240401C501462fd
Octal6222440100341205065715
Binary11001010010100100010000001110010100001010001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321224; }

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

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

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

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

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

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

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

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