#501333

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

Shades of Blackberry #501333

Tints of Blackberry #501333

Color information

#501333 (or 0x501333) is unknown color: approx Blackberry. HEX triplet: 50, 13 and 33. RGB value is (80,19,51). Sum of RGB (Red+Green+Blue) = 80+19+51=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501333 is #AFECCC. Grayscale: #282828. Windows color (decimal): -11529421 or 3347280. OLE color: 3347280.

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

Color convert

RGB801951-
CMYK00.760.360.69
HSL328.52º61.62%19.41%-
HSV(B)328.52º76.25%31.37%-
XYZ4.142.413.38-
YUV40.89133.71155.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 51 (20.31% from 255) = 34%
R=53.33%
G=12.67%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80195100.760.360.69328.5261.6219.41
Hex50133304C24451493e13
Octal12023630114441055117623
Binary10100001001111001101001100100100100010110100100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501333; }

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

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

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

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

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

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

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

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