#501932

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

Shades of Blackberry #501932

Tints of Blackberry #501932

Color information

#501932 (or 0x501932) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 32. RGB value is (80,25,50). Sum of RGB (Red+Green+Blue) = 80+25+50=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #501932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501932 is #AFE6CD. Grayscale: #2C2C2C. Windows color (decimal): -11527886 or 3283280. OLE color: 3283280.

HSL color Cylindrical-coordinate representation of color #501932: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501932 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB802550-
CMYK00.690.370.69
HSL332.73º52.38%20.59%-
HSV(B)332.73º68.75%31.37%-
XYZ4.232.633.3-
YUV44.3131.22153.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80255000.690.370.69332.7352.3820.59
Hex501932045254514d3415
Octal12031620105451055156425
Binary10100001100111001001000101100101100010110100110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501932; }

 p { color: rgb(80,25,50); }

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

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

 a { background-color: rgb(80,25,50); }

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

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

 span { border-color: rgb(80,25,50); }

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