#501029

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

Shades of Blackberry #501029

Tints of Blackberry #501029

Color information

#501029 (or 0x501029) is unknown color: approx Blackberry. HEX triplet: 50, 10 and 29. RGB value is (80,16,41). Sum of RGB (Red+Green+Blue) = 80+16+41=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501029 is #AFEFD6. Grayscale: #252525. Windows color (decimal): -11530199 or 2691152. OLE color: 2691152.

HSL color Cylindrical-coordinate representation of color #501029: hue angle of 336.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501029 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB801641-
CMYK00.800.490.69
HSL336.56º66.67%18.82%-
HSV(B)336.56º80%31.37%-
XYZ3.892.242.32-
YUV37.99129.7157.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=58.39%
G=11.68%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80164100.800.490.69336.5666.6718.82
Hex50102905031451514313
Octal120205101206110552110323
Binary101000010000101001010100001100011000101101010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501029; }

 p { color: rgb(80,16,41); }

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

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

 a { background-color: rgb(80,16,41); }

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

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

 span { border-color: rgb(80,16,41); }

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