#500936

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

Shades of Blackberry #500936

Tints of Blackberry #500936

Color information

#500936 (or 0x500936) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 36. RGB value is (80,9,54). Sum of RGB (Red+Green+Blue) = 80+9+54=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500936 is #AFF6C9. Grayscale: #232323. Windows color (decimal): -11531978 or 3541328. OLE color: 3541328.

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

Color convert

RGB80954-
CMYK00.890.330.69
HSL321.97º79.78%17.45%-
HSV(B)321.97º88.75%31.37%-
XYZ4.072.173.69-
YUV35.36138.52159.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=55.94%
G=6.29%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8095400.890.330.69321.9779.7817.45
Hex5093605921451425011
Octal120116601314110550212021
Binary10100001001110110010110011000011000101101000010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500936; }

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

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

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

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

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

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

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

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