#50193A

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

Shades of Blackberry #50193A

Tints of Blackberry #50193A

Color information

#50193A (or 0x50193A) is unknown color: approx Blackberry. HEX triplet: 50, 19 and 3A. RGB value is (80,25,58). Sum of RGB (Red+Green+Blue) = 80+25+58=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193A is #AFE6C5. Grayscale: #2D2D2D. Windows color (decimal): -11527878 or 3807568. OLE color: 3807568.

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

Color convert

RGB802558-
CMYK00.690.280.69
HSL324º52.38%20.59%-
HSV(B)324º68.75%31.37%-
XYZ4.422.714.29-
YUV45.21135.22152.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=49.08%
G=15.34%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80255800.690.280.6932452.3820.59
Hex50193A0451C451443415
Octal12031720105341055046425
Binary1010000110011110100100010111100100010110100010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,25,58); }

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

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

 a { background-color: rgb(80,25,58); }

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

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

 span { border-color: rgb(80,25,58); }

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