Html Css Color HEX #50123A Blackberry

📋 copy color: '#50123A'

red 80 ◦ green 18 ◦ blue 58

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

Shades of Blackberry #50123A

Tints of Blackberry #50123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

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

R = 51.28%
G = 11.54%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#50123A (or 0x50123A) is known color: Blackberry. HEX triplet: 50, 12 and 3A. RGB value is (80,18,58). Sum of RGB (Red+Green+Blue) = 80+18+58=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123A is #AFEDC5. Grayscale: #292929. Windows color (decimal): -11529670 or 3805776. OLE color: 3805776.

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

Color convert

RGB 80 18 58 -
CMYK 0 0.78 0.28 0.69
HSL 321.29º 0.63% 0.19% -
HSV(B) 321.29º 0.78% 0.31% -
XYZ 4.29 2.44 4.25 -
YUV 41.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 80 18 58 0 0.78 0.28 0.69 321.29 0.63 0.19
Hex 50 12 3A 0 4E 1C 45 141 3F 13
Octal 120 22 72 0 116 34 105 501 77 23
Binary 1010000 10010 111010 0 1001110 11100 1000101 101000001 111111 10011

Color Harmonies of #50123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50123A

Black with #50123A

Text Example


Text Example

White with #50123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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