Html Css Color HEX #500122 Blackberry

📋 copy color: '#500122'

red 80 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #500122

Tints of Blackberry #500122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 34 (13.67% from 255) = 29.57%

R = 69.57%
G = 0.87%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#500122 (or 0x500122) is known color: Blackberry. HEX triplet: 50, 01 and 22. RGB value is (80,1,34). Sum of RGB (Red+Green+Blue) = 80+1+34=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #500122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500122 is #AFFEDD. Grayscale: #1C1C1C. Windows color (decimal): -11534046 or 2228560. OLE color: 2228560.

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

Color convert

RGB 80 1 34 -
CMYK 0 0.99 0.58 0.69
HSL 334.94º 0.98% 0.16% -
HSV(B) 334.94º 0.99% 0.31% -
XYZ 3.61 1.84 1.68 -
YUV 28.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 80 1 34 0 0.99 0.58 0.69 334.94 0.98 0.16
Hex 50 1 22 0 63 3A 45 14F 62 10
Octal 120 1 42 0 143 72 105 517 142 20
Binary 1010000 1 100010 0 1100011 111010 1000101 101001111 1100010 10000

Color Harmonies of #500122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500122

Black with #500122

Text Example


Text Example

White with #500122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500122; }

 p { color: rgb(80,1,34); }

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

background-color css

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

 a { background-color: rgb(80,1,34); }

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

border-color css

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

 span { border-color: rgb(80,1,34); }

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