#320518

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

Shades of Blackberry #320518

Tints of Blackberry #320518

Color information

#320518 (or 0x320518) is unknown color: approx Blackberry. HEX triplet: 32, 05 and 18. RGB value is (50,5,24). Sum of RGB (Red+Green+Blue) = 50+5+24=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #320518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320518 is #CDFAE7. Grayscale: #141414. Windows color (decimal): -13499112 or 1574194. OLE color: 1574194.

HSL color Cylindrical-coordinate representation of color #320518: hue angle of 334.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320518 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB50524-
CMYK00.900.520.80
HSL334.67º81.82%10.78%-
HSV(B)334.67º90%19.61%-
XYZ1.530.850.95-
YUV20.62129.91148.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 63.29%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=63.29%
G=6.33%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5052400.900.520.80334.6781.8210.78
Hex3251805A345014f52b
Octal6253001326412051712213
Binary1100101011100001011010110100101000010100111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320518; }

 p { color: rgb(50,5,24); }

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

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

 a { background-color: rgb(50,5,24); }

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

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

 span { border-color: rgb(50,5,24); }

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