#50042E

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

Shades of Blackberry #50042E

Tints of Blackberry #50042E

Color information

#50042E (or 0x50042E) is unknown color: approx Blackberry. HEX triplet: 50, 04 and 2E. RGB value is (80,4,46). Sum of RGB (Red+Green+Blue) = 80+4+46=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #50042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50042E is #AFFBD1. Grayscale: #1F1F1F. Windows color (decimal): -11533266 or 3015760. OLE color: 3015760.

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

Color convert

RGB80446-
CMYK00.950.420.69
HSL326.84º90.48%16.47%-
HSV(B)326.84º95%31.37%-
XYZ3.841.992.77-
YUV31.51136.18162.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=61.54%
G=3.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8044600.950.420.69326.8490.4816.47
Hex5042E05F2A451475a10
Octal12045601375210550713220
Binary1010000100101110010111111010101000101101000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50042E; }

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

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

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

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

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

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

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

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