#50092B

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

Shades of Blackberry #50092B

Tints of Blackberry #50092B

Color information

#50092B (or 0x50092B) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 2B. RGB value is (80,9,43). Sum of RGB (Red+Green+Blue) = 80+9+43=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #50092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50092B is #AFF6D4. Grayscale: #222222. Windows color (decimal): -11531989 or 2820432. OLE color: 2820432.

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

Color convert

RGB80943-
CMYK00.890.460.69
HSL331.27º79.78%17.45%-
HSV(B)331.27º88.75%31.37%-
XYZ3.842.082.48-
YUV34.1133.02160.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=60.61%
G=6.82%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8094300.890.460.69331.2779.7817.45
Hex5092B0592E4514b5011
Octal120115301315610551312021
Binary10100001001101011010110011011101000101101001011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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