#500934

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

Shades of Blackberry #500934

Tints of Blackberry #500934

Color information

#500934 (or 0x500934) is unknown color: approx Blackberry. HEX triplet: 50, 09 and 34. RGB value is (80,9,52). Sum of RGB (Red+Green+Blue) = 80+9+52=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500934 is #AFF6CB. Grayscale: #232323. Windows color (decimal): -11531980 or 3410256. OLE color: 3410256.

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

Color convert

RGB80952-
CMYK00.890.350.69
HSL323.66º79.78%17.45%-
HSV(B)323.66º88.75%31.37%-
XYZ4.032.153.45-
YUV35.13137.52160-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=56.74%
G=6.38%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8095200.890.350.69323.6679.7817.45
Hex5093405923451445011
Octal120116401314310550412021
Binary10100001001110100010110011000111000101101000100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500934; }

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

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

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

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

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

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

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

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