#501C35

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

Shades of Blackberry #501C35

Tints of Blackberry #501C35

Color information

#501C35 (or 0x501C35) is unknown color: approx Blackberry. HEX triplet: 50, 1C and 35. RGB value is (80,28,53). Sum of RGB (Red+Green+Blue) = 80+28+53=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #501C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C35 is #AFE3CA. Grayscale: #2E2E2E. Windows color (decimal): -11527115 or 3480656. OLE color: 3480656.

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

Color convert

RGB802853-
CMYK00.650.340.69
HSL331.15º48.15%21.18%-
HSV(B)331.15º65%31.37%-
XYZ4.372.793.68-
YUV46.4131.73151.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.69%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=49.69%
G=17.39%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80285300.650.340.69331.1548.1521.18
Hex501C35041224514b3015
Octal12034650101421055136025
Binary10100001110011010101000001100010100010110100101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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