#50092C

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

Shades of Blackberry #50092C

Tints of Blackberry #50092C

Color information

#50092C (or 0x50092C) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 2C. RGB value is (80,9,44). Sum of RGB (Red+Green+Blue) = 80+9+44=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50092C is #AFF6D3. Grayscale: #222222. Windows color (decimal): -11531988 or 2885968. OLE color: 2885968.

HSL color Cylindrical-coordinate representation of color #50092C: hue angle of 330.42º 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 #50092C is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB80944-
CMYK00.890.450.69
HSL330.42º79.78%17.45%-
HSV(B)330.42º88.75%31.37%-
XYZ3.862.082.58-
YUV34.22133.52160.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=60.15%
G=6.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8094400.890.450.69330.4279.7817.45
Hex5092C0592D4514a5011
Octal120115401315510551212021
Binary10100001001101100010110011011011000101101001010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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