#50122B

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

Shades of Blackberry #50122B

Tints of Blackberry #50122B

Color information

#50122B (or 0x50122B) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 2B. RGB value is (80,18,43). Sum of RGB (Red+Green+Blue) = 80+18+43=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122B is #AFEDD4. Grayscale: #272727. Windows color (decimal): -11529685 or 2822736. OLE color: 2822736.

HSL color Cylindrical-coordinate representation of color #50122B: hue angle of 335.81º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50122B is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB801843-
CMYK00.780.460.69
HSL335.81º63.27%19.22%-
HSV(B)335.81º77.5%31.37%-
XYZ3.962.312.52-
YUV39.39130.04156.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=56.74%
G=12.77%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184300.780.460.69335.8163.2719.22
Hex50122B04E2E451503f13
Octal12022530116561055207723
Binary10100001001010101101001110101110100010110101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50122B; }

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

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

<style>
 a { background-color: #50122B; }

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

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

<style>
 span { border-color: #50122B; }

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

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