#50102D

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

Shades of Blackberry #50102D

Tints of Blackberry #50102D

Color information

#50102D (or 0x50102D) is unknown color: approx Blackberry. HEX triplet: 50, 10 and 2D. RGB value is (80,16,45). Sum of RGB (Red+Green+Blue) = 80+16+45=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50102D is #AFEFD2. Grayscale: #262626. Windows color (decimal): -11530195 or 2953296. OLE color: 2953296.

HSL color Cylindrical-coordinate representation of color #50102D: hue angle of 332.81º 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 #50102D is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB801645-
CMYK00.800.440.69
HSL332.81º66.67%18.82%-
HSV(B)332.81º80%31.37%-
XYZ3.972.272.71-
YUV38.44131.7157.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.74%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=56.74%
G=11.35%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80164500.800.440.69332.8166.6718.82
Hex50102D0502C4514d4313
Octal120205501205410551510323
Binary101000010000101101010100001011001000101101001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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