#501C34

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

Shades of Blackberry #501C34

Tints of Blackberry #501C34

Color information

#501C34 (or 0x501C34) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 34. RGB value is (80,28,52). Sum of RGB (Red+Green+Blue) = 80+28+52=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C34 is #AFE3CB. Grayscale: #2E2E2E. Windows color (decimal): -11527116 or 3415120. OLE color: 3415120.

HSL color Cylindrical-coordinate representation of color #501C34: hue angle of 332.31º 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 #501C34 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB802852-
CMYK00.650.350.69
HSL332.31º48.15%21.18%-
HSV(B)332.31º65%31.37%-
XYZ4.342.783.56-
YUV46.28131.23152.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=50%
G=17.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80285200.650.350.69332.3148.1521.18
Hex501C34041234514c3015
Octal12034640101431055146025
Binary10100001110011010001000001100011100010110100110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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