#500935

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

Shades of Blackberry #500935

Tints of Blackberry #500935

Color information

#500935 (or 0x500935) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 35. RGB value is (80,9,53). Sum of RGB (Red+Green+Blue) = 80+9+53=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #500935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500935 is #AFF6CA. Grayscale: #232323. Windows color (decimal): -11531979 or 3475792. OLE color: 3475792.

HSL color Cylindrical-coordinate representation of color #500935: hue angle of 322.82º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500935 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB80953-
CMYK00.890.340.69
HSL322.82º79.78%17.45%-
HSV(B)322.82º88.75%31.37%-
XYZ4.052.163.57-
YUV35.24138.02159.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=56.34%
G=6.34%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8095300.890.340.69322.8279.7817.45
Hex5093505922451435011
Octal120116501314210550312021
Binary10100001001110101010110011000101000101101000011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500935; }

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

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

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

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

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

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

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

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