#50012D

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

Shades of Blackberry #50012D

Tints of Blackberry #50012D

Color information

#50012D (or 0x50012D) is unknown color: approx Blackberry. HEX triplet: 50, 01 and 2D. RGB value is (80,1,45). Sum of RGB (Red+Green+Blue) = 80+1+45=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012D is #AFFED2. Grayscale: #1D1D1D. Windows color (decimal): -11534035 or 2949456. OLE color: 2949456.

HSL color Cylindrical-coordinate representation of color #50012D: hue angle of 326.58º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50012D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB80145-
CMYK00.990.440.69
HSL326.58º97.53%15.88%-
HSV(B)326.58º98.75%31.37%-
XYZ3.791.922.65-
YUV29.64136.67163.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 63.49%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=63.49%
G=0.79%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8014500.990.440.69326.5897.5315.88
Hex5012D0632C451476210
Octal12015501435410550714220
Binary10100001101101011000111011001000101101000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50012D; }

 p { color: rgb(80,1,45); }

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

<style>
 a { background-color: #50012D; }

 a { background-color: rgb(80,1,45); }

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

<style>
 span { border-color: #50012D; }

 span { border-color: rgb(80,1,45); }

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