#500E35

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

Shades of Blackberry #500E35

Tints of Blackberry #500E35

Color information

#500E35 (or 0x500E35) is unknown color: approx Blackberry. HEX triplet: 50, 0E and 35. RGB value is (80,14,53). Sum of RGB (Red+Green+Blue) = 80+14+53=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E35 is #AFF1CA. Grayscale: #262626. Windows color (decimal): -11530699 or 3477072. OLE color: 3477072.

HSL color Cylindrical-coordinate representation of color #500E35: hue angle of 324.55º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E35 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB801453-
CMYK00.830.340.69
HSL324.55º70.21%18.43%-
HSV(B)324.55º82.5%31.37%-
XYZ4.112.283.59-
YUV38.18136.37157.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=54.42%
G=9.52%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80145300.830.340.69324.5570.2118.43
Hex50E3505322451454612
Octal120166501234210550510622
Binary10100001110110101010100111000101000101101000101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500E35; }

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

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

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

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

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

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

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

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