#50183C

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

Shades of Blackberry #50183C

Tints of Blackberry #50183C

Color information

#50183C (or 0x50183C) is unknown color: approx Blackberry. HEX triplet: 50, 18 and 3C. RGB value is (80,24,60). Sum of RGB (Red+Green+Blue) = 80+24+60=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183C is #AFE7C3. Grayscale: #2C2C2C. Windows color (decimal): -11528132 or 3938384. OLE color: 3938384.

HSL color Cylindrical-coordinate representation of color #50183C: hue angle of 321.43º 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 #50183C is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB802460-
CMYK00.700.250.69
HSL321.43º53.85%20.39%-
HSV(B)321.43º70%31.37%-
XYZ4.452.684.56-
YUV44.85136.55153.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=48.78%
G=14.63%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80246000.700.250.69321.4353.8520.39
Hex50183C04619451413614
Octal12030740106311055016624
Binary1010000110001111000100011011001100010110100000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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