#501741

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

Shades of Blackberry #501741

Tints of Blackberry #501741

Color information

#501741 (or 0x501741) is unknown color: approx Blackberry. HEX triplet: 50, 17 and 41. RGB value is (80,23,65). Sum of RGB (Red+Green+Blue) = 80+23+65=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501741 is #AFE8BE. Grayscale: #2C2C2C. Windows color (decimal): -11528383 or 4265808. OLE color: 4265808.

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

Color convert

RGB802365-
CMYK00.710.190.69
HSL315.79º55.34%20.2%-
HSV(B)315.79º71.25%31.37%-
XYZ4.572.75.28-
YUV44.83139.38153.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=47.62%
G=13.69%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80236500.710.190.69315.7955.3420.2
Hex501741047134513c3714
Octal120271010107231054746724
Binary10100001011110000010100011110011100010110011110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501741; }

 p { color: rgb(80,23,65); }

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

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

 a { background-color: rgb(80,23,65); }

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

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

 span { border-color: rgb(80,23,65); }

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