Html Css Color HEX #50122A Blackberry

📋 copy color: '#50122A'

red 80 ◦ green 18 ◦ blue 42

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

Shades of Blackberry #50122A

Tints of Blackberry #50122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 57.14%
G = 12.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50122A (or 0x50122A) is known color: Blackberry. HEX triplet: 50, 12 and 2A. RGB value is (80,18,42). Sum of RGB (Red+Green+Blue) = 80+18+42=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122A is #AFEDD5. Grayscale: #272727. Windows color (decimal): -11529686 or 2757200. OLE color: 2757200.

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

Color convert

RGB 80 18 42 -
CMYK 0 0.78 0.48 0.69
HSL 336.77º 0.63% 0.19% -
HSV(B) 336.77º 0.78% 0.31% -
XYZ 3.94 2.31 2.43 -
YUV 39.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 80 18 42 0 0.78 0.48 0.69 336.77 0.63 0.19
Hex 50 12 2A 0 4E 30 45 151 3F 13
Octal 120 22 52 0 116 60 105 521 77 23
Binary 1010000 10010 101010 0 1001110 110000 1000101 101010001 111111 10011

Color Harmonies of #50122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50122A

Black with #50122A

Text Example


Text Example

White with #50122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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