#501C3A

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

Shades of Blackberry #501C3A

Tints of Blackberry #501C3A

Color information

#501C3A (or 0x501C3A) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 3A. RGB value is (80,28,58). Sum of RGB (Red+Green+Blue) = 80+28+58=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3A is #AFE3C5. Grayscale: #2E2E2E. Windows color (decimal): -11527110 or 3808336. OLE color: 3808336.

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

Color convert

RGB802858-
CMYK00.650.280.69
HSL325.38º48.15%21.18%-
HSV(B)325.38º65%31.37%-
XYZ4.492.844.31-
YUV46.97134.23151.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=48.19%
G=16.87%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80285800.650.280.69325.3848.1521.18
Hex501C3A0411C451453015
Octal12034720101341055056025
Binary1010000111001110100100000111100100010110100010111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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