#500126

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

Shades of Blackberry #500126

Tints of Blackberry #500126

Color information

#500126 (or 0x500126) is unknown color: approx Blackberry. HEX triplet: 50, 01 and 26. RGB value is (80,1,38). Sum of RGB (Red+Green+Blue) = 80+1+38=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500126 is #AFFED9. Grayscale: #1C1C1C. Windows color (decimal): -11534042 or 2490704. OLE color: 2490704.

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

Color convert

RGB80138-
CMYK00.990.520.69
HSL331.9º97.53%15.88%-
HSV(B)331.9º98.75%31.37%-
XYZ3.671.872-
YUV28.84133.17164.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=67.23%
G=0.84%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8013800.990.520.69331.997.5315.88
Hex50126063344514c6210
Octal12014601436410551414220
Binary10100001100110011000111101001000101101001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500126; }

 p { color: rgb(80,1,38); }

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

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

 a { background-color: rgb(80,1,38); }

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

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

 span { border-color: rgb(80,1,38); }

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