#501430

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

Shades of Blackberry #501430

Tints of Blackberry #501430

Color information

#501430 (or 0x501430) is unknown color: approx Blackberry. HEX triplet: 50, 14 and 30. RGB value is (80,20,48). Sum of RGB (Red+Green+Blue) = 80+20+48=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501430 is #AFEBCF. Grayscale: #292929. Windows color (decimal): -11529168 or 3150928. OLE color: 3150928.

HSL color Cylindrical-coordinate representation of color #501430: hue angle of 332º 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 #501430 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB802048-
CMYK00.750.400.69
HSL332º60%19.61%-
HSV(B)332º75%31.37%-
XYZ4.092.423.05-
YUV41.13131.88155.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.05%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=54.05%
G=13.51%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80204800.750.400.693326019.61
Hex50143004B284514c3c14
Octal12024600113501055147424
Binary10100001010011000001001011101000100010110100110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501430; }

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

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

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

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

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

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

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

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