#321324

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

Shades of Blackberry #321324

Tints of Blackberry #321324

Color information

#321324 (or 0x321324) is unknown color: approx Blackberry. HEX triplet: 32, 13 and 24. RGB value is (50,19,36). Sum of RGB (Red+Green+Blue) = 50+19+36=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321324 is #CDECDB. Grayscale: #1E1E1E. Windows color (decimal): -13495516 or 2364210. OLE color: 2364210.

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

Color convert

RGB501936-
CMYK00.620.280.80
HSL327.1º44.93%13.53%-
HSV(B)327.1º62%19.61%-
XYZ1.871.271.82-
YUV30.21131.27142.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=47.62%
G=18.10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50193600.620.280.80327.144.9313.53
Hex32132403E1C501472de
Octal622344076341205075516
Binary1100101001110010001111101110010100001010001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321324; }

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

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

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

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

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

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

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

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