#500D3C

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

Shades of Blackberry #500D3C

Tints of Blackberry #500D3C

Color information

#500D3C (or 0x500D3C) is unknown color: approx Blackberry. HEX triplet: 50, 0D and 3C. RGB value is (80,13,60). Sum of RGB (Red+Green+Blue) = 80+13+60=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D3C is #AFF2C3. Grayscale: #262626. Windows color (decimal): -11530948 or 3935568. OLE color: 3935568.

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

Color convert

RGB801360-
CMYK00.840.250.69
HSL317.91º72.04%18.24%-
HSV(B)317.91º83.75%31.37%-
XYZ4.272.324.5-
YUV38.39140.2157.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=52.29%
G=8.50%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80136000.840.250.69317.9172.0418.24
Hex50D3C054194513e4812
Octal120157401243110547611022
Binary1010000110111110001010100110011000101100111110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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