Html Css Color HEX #500022 Blackberry

📋 copy color: '#500022'

red 80 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #500022

Tints of Blackberry #500022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.18%
G = 0%
B = 29.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#500022 (or 0x500022) is known color: Blackberry. HEX triplet: 50, 00 and 22. RGB value is (80,0,34). Sum of RGB (Red+Green+Blue) = 80+0+34=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #500022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500022 is #AFFFDD. Grayscale: #1B1B1B. Windows color (decimal): -11534302 or 2228304. OLE color: 2228304.

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

Color convert

RGB 80 0 34 -
CMYK 0 1 0.58 0.69
HSL 334.5º 1% 0.16% -
HSV(B) 334.5º 1% 0.31% -
XYZ 3.6 1.82 1.68 -
YUV 27.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 80 0 34 0 1 0.58 0.69 334.5 1 0.16
Hex 50 0 22 0 64 3A 45 14E 64 10
Octal 120 0 42 0 144 72 105 516 144 20
Binary 1010000 0 100010 0 1100100 111010 1000101 101001110 1100100 10000

Color Harmonies of #500022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500022

Black with #500022

Text Example


Text Example

White with #500022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500022; }

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

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

background-color css

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

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

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

border-color css

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

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

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