#500E2B

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

Shades of Blackberry #500E2B

Tints of Blackberry #500E2B

Color information

#500E2B (or 0x500E2B) is unknown color: approx Blackberry. HEX triplet: 50, 0E and 2B. RGB value is (80,14,43). Sum of RGB (Red+Green+Blue) = 80+14+43=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E2B is #AFF1D4. Grayscale: #242424. Windows color (decimal): -11530709 or 2821712. OLE color: 2821712.

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

Color convert

RGB801443-
CMYK00.830.460.69
HSL333.64º70.21%18.43%-
HSV(B)333.64º82.5%31.37%-
XYZ3.92.192.5-
YUV37.04131.37158.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=58.39%
G=10.22%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80144300.830.460.69333.6470.2118.43
Hex50E2B0532E4514e4612
Octal120165301235610551610622
Binary10100001110101011010100111011101000101101001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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