#50062B

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

Shades of Blackberry #50062B

Tints of Blackberry #50062B

Color information

#50062B (or 0x50062B) is unknown color: approx Blackberry. HEX triplet: 50, 06 and 2B. RGB value is (80,6,43). Sum of RGB (Red+Green+Blue) = 80+6+43=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50062B is #AFF9D4. Grayscale: #202020. Windows color (decimal): -11532757 or 2819664. OLE color: 2819664.

HSL color Cylindrical-coordinate representation of color #50062B: hue angle of 330º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50062B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB80643-
CMYK00.920.460.69
HSL330º86.05%16.86%-
HSV(B)330º92.5%31.37%-
XYZ3.812.012.47-
YUV32.34134.02161.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=62.02%
G=4.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8064300.920.460.6933086.0516.86
Hex5062B05C2E4514a5611
Octal12065301345610551212621
Binary1010000110101011010111001011101000101101001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50062B; }

 p { color: rgb(80,6,43); }

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

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

 a { background-color: rgb(80,6,43); }

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

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

 span { border-color: rgb(80,6,43); }

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