#500D3B

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

Shades of Blackberry #500D3B

Tints of Blackberry #500D3B

Color information

#500D3B (or 0x500D3B) is unknown color: approx Blackberry. HEX triplet: 50, 0D and 3B. RGB value is (80,13,59). Sum of RGB (Red+Green+Blue) = 80+13+59=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500D3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D3B is #AFF2C4. Grayscale: #262626. Windows color (decimal): -11530949 or 3870032. OLE color: 3870032.

HSL color Cylindrical-coordinate representation of color #500D3B: hue angle of 318.81º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D3B is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB801359-
CMYK00.840.260.69
HSL318.81º72.04%18.24%-
HSV(B)318.81º83.75%31.37%-
XYZ4.242.314.36-
YUV38.28139.7157.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.63%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=52.63%
G=8.55%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80135900.840.260.69318.8172.0418.24
Hex50D3B0541A4513f4812
Octal120157301243210547711022
Binary1010000110111101101010100110101000101100111111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,13,59); }

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

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

 a { background-color: rgb(80,13,59); }

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

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

 span { border-color: rgb(80,13,59); }

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