#500424

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

Shades of Blackberry #500424

Tints of Blackberry #500424

Color information

#500424 (or 0x500424) is unknown color: approx Blackberry. HEX triplet: 50, 04 and 24. RGB value is (80,4,36). Sum of RGB (Red+Green+Blue) = 80+4+36=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500424 is #AFFBDB. Grayscale: #1E1E1E. Windows color (decimal): -11533276 or 2360400. OLE color: 2360400.

HSL color Cylindrical-coordinate representation of color #500424: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500424 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB80436-
CMYK00.950.550.69
HSL334.74º90.48%16.47%-
HSV(B)334.74º95%31.37%-
XYZ3.671.921.85-
YUV30.37131.18163.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 36 (14.45% from 255) = 30%
R=66.67%
G=3.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8043600.950.550.69334.7490.4816.47
Hex5042405F374514f5a10
Octal12044401376710551713220
Binary1010000100100100010111111101111000101101001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500424; }

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

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

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

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

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

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

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

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