#500633

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

Shades of Blackberry #500633

Tints of Blackberry #500633

Color information

#500633 (or 0x500633) is unknown color: approx Blackberry. HEX triplet: 50, 06 and 33. RGB value is (80,6,51). Sum of RGB (Red+Green+Blue) = 80+6+51=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500633 is #AFF9CC. Grayscale: #212121. Windows color (decimal): -11532749 or 3343952. OLE color: 3343952.

HSL color Cylindrical-coordinate representation of color #500633: hue angle of 323.51º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500633 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB80651-
CMYK00.920.360.69
HSL323.51º86.05%16.86%-
HSV(B)323.51º92.5%31.37%-
XYZ3.972.073.32-
YUV33.26138.02161.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=58.39%
G=4.38%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8065100.920.360.69323.5186.0516.86
Hex5063305C24451445611
Octal12066301344410550412621
Binary1010000110110011010111001001001000101101000100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500633; }

 p { color: rgb(80,6,51); }

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

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

 a { background-color: rgb(80,6,51); }

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

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

 span { border-color: rgb(80,6,51); }

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