#501A3A

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

Shades of Blackberry #501A3A

Tints of Blackberry #501A3A

Color information

#501A3A (or 0x501A3A) is unknown color: approx Blackberry. HEX triplet: 50, 1A and 3A. RGB value is (80,26,58). Sum of RGB (Red+Green+Blue) = 80+26+58=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A3A is #AFE5C5. Grayscale: #2D2D2D. Windows color (decimal): -11527622 or 3807824. OLE color: 3807824.

HSL color Cylindrical-coordinate representation of color #501A3A: hue angle of 324.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A3A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB802658-
CMYK00.670.280.69
HSL324.44º50.94%20.78%-
HSV(B)324.44º67.5%31.37%-
XYZ4.442.754.3-
YUV45.79134.89152.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=48.78%
G=15.85%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80265800.670.280.69324.4450.9420.78
Hex501A3A0431C451443315
Octal12032720103341055046325
Binary1010000110101110100100001111100100010110100010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A3A; }

 p { color: rgb(80,26,58); }

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

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

 a { background-color: rgb(80,26,58); }

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

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

 span { border-color: rgb(80,26,58); }

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