#50002A

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

Shades of Blackberry #50002A

Tints of Blackberry #50002A

Color information

#50002A (or 0x50002A) is unknown color: approx Blackberry. HEX triplet: 50, 00 and 2A. RGB value is (80,0,42). Sum of RGB (Red+Green+Blue) = 80+0+42=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #50002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002A is #AFFFD5. Grayscale: #1C1C1C. Windows color (decimal): -11534294 or 2752592. OLE color: 2752592.

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

Color convert

RGB80042-
CMYK010.480.69
HSL328.5º100%15.69%-
HSV(B)328.5º100%31.37%-
XYZ3.731.872.36-
YUV28.71135.5164.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=65.57%
G=0%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80042010.480.69328.510015.69
Hex5002A06430451486410
Octal12005201446010551014420
Binary10100000101010011001001100001000101101001000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50002A; }

 p { color: rgb(80,0,42); }

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

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

 a { background-color: rgb(80,0,42); }

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

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

 span { border-color: rgb(80,0,42); }

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