Html Css Color HEX #50022E Blackberry

📋 copy color: '#50022E'

red 80 ◦ green 2 ◦ blue 46

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

Shades of Blackberry #50022E

Tints of Blackberry #50022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.94%

R = 62.5%
G = 1.56%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50022E (or 0x50022E) is known color: Blackberry. HEX triplet: 50, 02 and 2E. RGB value is (80,2,46). Sum of RGB (Red+Green+Blue) = 80+2+46=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022E is #AFFDD1. Grayscale: #1E1E1E. Windows color (decimal): -11533778 or 3015248. OLE color: 3015248.

HSL color Cylindrical-coordinate representation of color #50022E: hue angle of 326.15º 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 #50022E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 46 -
CMYK 0 0.98 0.42 0.69
HSL 326.15º 0.95% 0.16% -
HSV(B) 326.15º 0.98% 0.31% -
XYZ 3.82 1.95 2.76 -
YUV 30.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 80 2 46 0 0.98 0.42 0.69 326.15 0.95 0.16
Hex 50 2 2E 0 62 2A 45 146 5F 10
Octal 120 2 56 0 142 52 105 506 137 20
Binary 1010000 10 101110 0 1100010 101010 1000101 101000110 1011111 10000

Color Harmonies of #50022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50022E

Black with #50022E

Text Example


Text Example

White with #50022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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