Html Css Color HEX #50022A Blackberry

📋 copy color: '#50022A'

red 80 ◦ green 2 ◦ blue 42

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

Shades of Blackberry #50022A

Tints of Blackberry #50022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 64.52%
G = 1.61%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50022A (or 0x50022A) is known color: Blackberry. HEX triplet: 50, 02 and 2A. RGB value is (80,2,42). Sum of RGB (Red+Green+Blue) = 80+2+42=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022A is #AFFDD5. Grayscale: #1D1D1D. Windows color (decimal): -11533782 or 2753104. OLE color: 2753104.

HSL color Cylindrical-coordinate representation of color #50022A: hue angle of 329.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50022A is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 42 -
CMYK 0 0.98 0.48 0.69
HSL 329.23º 0.95% 0.16% -
HSV(B) 329.23º 0.98% 0.31% -
XYZ 3.75 1.92 2.36 -
YUV 29.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 80 2 42 0 0.98 0.48 0.69 329.23 0.95 0.16
Hex 50 2 2A 0 62 30 45 149 5F 10
Octal 120 2 52 0 142 60 105 511 137 20
Binary 1010000 10 101010 0 1100010 110000 1000101 101001001 1011111 10000

Color Harmonies of #50022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50022A

Black with #50022A

Text Example


Text Example

White with #50022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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