#50183D

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

Shades of Blackberry #50183D

Tints of Blackberry #50183D

Color information

#50183D (or 0x50183D) is unknown color: approx Blackberry. HEX triplet: 50, 18 and 3D. RGB value is (80,24,61). Sum of RGB (Red+Green+Blue) = 80+24+61=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183D is #AFE7C2. Grayscale: #2C2C2C. Windows color (decimal): -11528131 or 4003920. OLE color: 4003920.

HSL color Cylindrical-coordinate representation of color #50183D: hue angle of 320.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50183D is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB802461-
CMYK00.700.240.69
HSL320.36º53.85%20.39%-
HSV(B)320.36º70%31.37%-
XYZ4.482.74.7-
YUV44.96137.05152.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=48.48%
G=14.55%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80246100.700.240.69320.3653.8520.39
Hex50183D04618451403614
Octal12030750106301055006624
Binary1010000110001111010100011011000100010110100000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,24,61); }

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

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

 a { background-color: rgb(80,24,61); }

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

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

 span { border-color: rgb(80,24,61); }

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