#500E2C

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

Shades of Blackberry #500E2C

Tints of Blackberry #500E2C

Color information

#500E2C (or 0x500E2C) is unknown color: approx Blackberry. HEX triplet: 50, 0E and 2C. RGB value is (80,14,44). Sum of RGB (Red+Green+Blue) = 80+14+44=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E2C is #AFF1D3. Grayscale: #252525. Windows color (decimal): -11530708 or 2887248. OLE color: 2887248.

HSL color Cylindrical-coordinate representation of color #500E2C: hue angle of 332.73º 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 #500E2C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB801444-
CMYK00.830.450.69
HSL332.73º70.21%18.43%-
HSV(B)332.73º82.5%31.37%-
XYZ3.922.22.6-
YUV37.15131.87158.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=57.97%
G=10.14%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80144400.830.450.69332.7370.2118.43
Hex50E2C0532D4514d4612
Octal120165401235510551510622
Binary10100001110101100010100111011011000101101001101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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