#50102A

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

Shades of Blackberry #50102A

Tints of Blackberry #50102A

Color information

#50102A (or 0x50102A) is unknown color: approx Blackberry. HEX triplet: 50, 10 and 2A. RGB value is (80,16,42). Sum of RGB (Red+Green+Blue) = 80+16+42=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #50102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50102A is #AFEFD5. Grayscale: #262626. Windows color (decimal): -11530198 or 2756688. OLE color: 2756688.

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

Color convert

RGB801642-
CMYK00.800.480.69
HSL335.62º66.67%18.82%-
HSV(B)335.62º80%31.37%-
XYZ3.912.242.42-
YUV38.1130.2157.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=57.97%
G=11.59%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80164200.800.480.69335.6266.6718.82
Hex50102A05030451504313
Octal120205201206010552010323
Binary101000010000101010010100001100001000101101010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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