#500724

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

Shades of Blackberry #500724

Tints of Blackberry #500724

Color information

#500724 (or 0x500724) is unknown color: approx Blackberry. HEX triplet: 50, 07 and 24. RGB value is (80,7,36). Sum of RGB (Red+Green+Blue) = 80+7+36=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500724 is #AFF8DB. Grayscale: #202020. Windows color (decimal): -11532508 or 2361168. OLE color: 2361168.

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

Color convert

RGB80736-
CMYK00.910.550.69
HSL336.16º83.91%17.06%-
HSV(B)336.16º91.25%31.37%-
XYZ3.71.981.86-
YUV32.13130.18162.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.04%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=65.04%
G=5.69%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8073600.910.550.69336.1683.9117.06
Hex5072405B37451505411
Octal12074401336710552012421
Binary1010000111100100010110111101111000101101010000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500724; }

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

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

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

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

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

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

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

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