#501433

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

Shades of Blackberry #501433

Tints of Blackberry #501433

Color information

#501433 (or 0x501433) is unknown color: approx Blackberry. HEX triplet: 50, 14 and 33. RGB value is (80,20,51). Sum of RGB (Red+Green+Blue) = 80+20+51=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501433 is #AFEBCC. Grayscale: #292929. Windows color (decimal): -11529165 or 3347536. OLE color: 3347536.

HSL color Cylindrical-coordinate representation of color #501433: hue angle of 329º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501433 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB802051-
CMYK00.750.360.69
HSL329º60%19.61%-
HSV(B)329º75%31.37%-
XYZ4.162.443.38-
YUV41.47133.38155.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=52.98%
G=13.25%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80205100.750.360.693296019.61
Hex50143304B24451493c14
Octal12024630113441055117424
Binary10100001010011001101001011100100100010110100100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501433; }

 p { color: rgb(80,20,51); }

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

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

 a { background-color: rgb(80,20,51); }

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

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

 span { border-color: rgb(80,20,51); }

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