#321024

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

Shades of Blackberry #321024

Tints of Blackberry #321024

Color information

#321024 (or 0x321024) is unknown color: approx Blackberry. HEX triplet: 32, 10 and 24. RGB value is (50,16,36). Sum of RGB (Red+Green+Blue) = 50+16+36=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321024 is #CDEFDB. Grayscale: #1C1C1C. Windows color (decimal): -13496284 or 2363442. OLE color: 2363442.

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

Color convert

RGB501636-
CMYK00.680.280.80
HSL324.71º51.52%12.94%-
HSV(B)324.71º68%19.61%-
XYZ1.821.181.8-
YUV28.45132.26143.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=49.02%
G=15.69%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50163600.680.280.80324.7151.5212.94
Hex3210240441C5014534d
Octal6220440104341205056415
Binary11001010000100100010001001110010100001010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321024; }

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

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

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

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

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

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

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

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