Html Css Color HEX #50183A Blackberry

📋 copy color: '#50183A'

red 80 ◦ green 24 ◦ blue 58

#50183A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #50183A

Tints of Blackberry #50183A

RGB

 RED value IS 80 (31.64% from 255) = 49.38%

 GREEN value IS 24 (9.77% from 255) = 14.81%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 49.38%
G = 14.81%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50183A (or 0x50183A) is known color: Blackberry. HEX triplet: 50, 18 and 3A. RGB value is (80,24,58). Sum of RGB (Red+Green+Blue) = 80+24+58=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50183A is #AFE7C5. Grayscale: #2C2C2C. Windows color (decimal): -11528134 or 3807312. OLE color: 3807312.

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

Color convert

RGB 80 24 58 -
CMYK 0 0.70 0.28 0.69
HSL 323.57º 0.54% 0.2% -
HSV(B) 323.57º 0.7% 0.31% -
XYZ 4.4 2.66 4.29 -
YUV 44.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 80 24 58 0 0.70 0.28 0.69 323.57 0.54 0.2
Hex 50 18 3A 0 46 1C 45 144 36 14
Octal 120 30 72 0 106 34 105 504 66 24
Binary 1010000 11000 111010 0 1000110 11100 1000101 101000100 110110 10100

Color Harmonies of #50183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50183A

Black with #50183A

Text Example


Text Example

White with #50183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50183A;
 }
 .AnyTagClassName
 {
   color: #50183A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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