Html Css Color HEX #50022D Blackberry

📋 copy color: '#50022D'

red 80 ◦ green 2 ◦ blue 45

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

Shades of Blackberry #50022D

Tints of Blackberry #50022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.43%

R = 62.99%
G = 1.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#50022D (or 0x50022D) is known color: Blackberry. HEX triplet: 50, 02 and 2D. RGB value is (80,2,45). Sum of RGB (Red+Green+Blue) = 80+2+45=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022D is #AFFDD2. Grayscale: #1E1E1E. Windows color (decimal): -11533779 or 2949712. OLE color: 2949712.

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

Color convert

RGB 80 2 45 -
CMYK 0 0.98 0.44 0.69
HSL 326.92º 0.95% 0.16% -
HSV(B) 326.92º 0.98% 0.31% -
XYZ 3.8 1.94 2.66 -
YUV 30.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 80 2 45 0 0.98 0.44 0.69 326.92 0.95 0.16
Hex 50 2 2D 0 62 2C 45 147 5F 10
Octal 120 2 55 0 142 54 105 507 137 20
Binary 1010000 10 101101 0 1100010 101100 1000101 101000111 1011111 10000

Color Harmonies of #50022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50022D

Black with #50022D

Text Example


Text Example

White with #50022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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