#500425

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

Shades of Blackberry #500425

Tints of Blackberry #500425

Color information

#500425 (or 0x500425) is unknown color: approx Blackberry. HEX triplet: 50, 04 and 25. RGB value is (80,4,37). Sum of RGB (Red+Green+Blue) = 80+4+37=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500425 is #AFFBDA. Grayscale: #1E1E1E. Windows color (decimal): -11533275 or 2425936. OLE color: 2425936.

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

Color convert

RGB80437-
CMYK00.950.540.69
HSL333.95º90.48%16.47%-
HSV(B)333.95º95%31.37%-
XYZ3.691.931.93-
YUV30.49131.68163.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=66.12%
G=3.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8043700.950.540.69333.9590.4816.47
Hex5042505F364514e5a10
Octal12044501376610551613220
Binary1010000100100101010111111101101000101101001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500425; }

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

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

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

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

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

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

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

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