#321124

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

Shades of Blackberry #321124

Tints of Blackberry #321124

Color information

#321124 (or 0x321124) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 24. RGB value is (50,17,36). Sum of RGB (Red+Green+Blue) = 50+17+36=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321124 is #CDEEDB. Grayscale: #1C1C1C. Windows color (decimal): -13496028 or 2363698. OLE color: 2363698.

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

Color convert

RGB501736-
CMYK00.660.280.80
HSL325.45º49.25%13.14%-
HSV(B)325.45º66%19.61%-
XYZ1.831.211.81-
YUV29.03131.93142.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=48.54%
G=16.50%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50173600.660.280.80325.4549.2513.14
Hex3211240421C5014531d
Octal6221440102341205056115
Binary11001010001100100010000101110010100001010001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321124; }

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

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

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

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

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

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

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

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