Html Css Color HEX #500220 Blackberry

📋 copy color: '#500220'

red 80 ◦ green 2 ◦ blue 32

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

Shades of Blackberry #500220

Tints of Blackberry #500220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 70.18%
G = 1.75%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#500220 (or 0x500220) is known color: Blackberry. HEX triplet: 50, 02 and 20. RGB value is (80,2,32). Sum of RGB (Red+Green+Blue) = 80+2+32=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500220 is #AFFDDF. Grayscale: #1C1C1C. Windows color (decimal): -11533792 or 2097744. OLE color: 2097744.

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

Color convert

RGB 80 2 32 -
CMYK 0 0.98 0.60 0.69
HSL 336.92º 0.95% 0.16% -
HSV(B) 336.92º 0.98% 0.31% -
XYZ 3.59 1.85 1.53 -
YUV 28.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 80 2 32 0 0.98 0.60 0.69 336.92 0.95 0.16
Hex 50 2 20 0 62 3C 45 151 5F 10
Octal 120 2 40 0 142 74 105 521 137 20
Binary 1010000 10 100000 0 1100010 111100 1000101 101010001 1011111 10000

Color Harmonies of #500220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500220

Black with #500220

Text Example


Text Example

White with #500220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500220; }

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

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

background-color css

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

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

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

border-color css

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

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

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