#50092D

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

Shades of Blackberry #50092D

Tints of Blackberry #50092D

Color information

#50092D (or 0x50092D) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 2D. RGB value is (80,9,45). Sum of RGB (Red+Green+Blue) = 80+9+45=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50092D is #AFF6D2. Grayscale: #222222. Windows color (decimal): -11531987 or 2951504. OLE color: 2951504.

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

Color convert

RGB80945-
CMYK00.890.440.69
HSL329.58º79.78%17.45%-
HSV(B)329.58º88.75%31.37%-
XYZ3.882.092.68-
YUV34.33134.02160.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=59.70%
G=6.72%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8094500.890.440.69329.5879.7817.45
Hex5092D0592C4514a5011
Octal120115501315410551212021
Binary10100001001101101010110011011001000101101001010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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