#320424

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

Shades of Blackberry #320424

Tints of Blackberry #320424

Color information

#320424 (or 0x320424) is unknown color: approx Blackberry. HEX triplet: 32, 04 and 24. RGB value is (50,4,36). Sum of RGB (Red+Green+Blue) = 50+4+36=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320424 is #CDFBDB. Grayscale: #151515. Windows color (decimal): -13499356 or 2360370. OLE color: 2360370.

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

Color convert

RGB50436-
CMYK00.920.280.80
HSL318.26º85.19%10.59%-
HSV(B)318.26º92%19.61%-
XYZ1.680.891.75-
YUV21.4136.24148.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 36 (14.45% from 255) = 40%
R=55.56%
G=4.44%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5043600.920.280.80318.2685.1910.59
Hex3242405C1C5013e55b
Octal6244401343412047612513
Binary1100101001001000101110011100101000010011111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320424; }

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

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

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

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

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

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

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

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