#500733

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

Shades of Blackberry #500733

Tints of Blackberry #500733

Color information

#500733 (or 0x500733) is unknown color: approx Blackberry. HEX triplet: 50, 07 and 33. RGB value is (80,7,51). Sum of RGB (Red+Green+Blue) = 80+7+51=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500733 is #AFF8CC. Grayscale: #212121. Windows color (decimal): -11532493 or 3344208. OLE color: 3344208.

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

Color convert

RGB80751-
CMYK00.910.360.69
HSL323.84º83.91%17.06%-
HSV(B)323.84º91.25%31.37%-
XYZ3.982.13.33-
YUV33.84137.68160.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=57.97%
G=5.07%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8075100.910.360.69323.8483.9117.06
Hex5073305B24451445411
Octal12076301334410550412421
Binary1010000111110011010110111001001000101101000100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500733; }

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

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

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

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

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

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

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

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