Html Css Color HEX #500322 Blackberry

📋 copy color: '#500322'

red 80 ◦ green 3 ◦ blue 34

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

Shades of Blackberry #500322

Tints of Blackberry #500322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 68.38%
G = 2.56%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#500322 (or 0x500322) is known color: Blackberry. HEX triplet: 50, 03 and 22. RGB value is (80,3,34). Sum of RGB (Red+Green+Blue) = 80+3+34=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500322 is #AFFCDD. Grayscale: #1D1D1D. Windows color (decimal): -11533534 or 2229072. OLE color: 2229072.

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

Color convert

RGB 80 3 34 -
CMYK 0 0.96 0.58 0.69
HSL 335.84º 0.93% 0.16% -
HSV(B) 335.84º 0.96% 0.31% -
XYZ 3.63 1.89 1.69 -
YUV 29.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 80 3 34 0 0.96 0.58 0.69 335.84 0.93 0.16
Hex 50 3 22 0 60 3A 45 150 5D 10
Octal 120 3 42 0 140 72 105 520 135 20
Binary 1010000 11 100010 0 1100000 111010 1000101 101010000 1011101 10000

Color Harmonies of #500322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500322

Black with #500322

Text Example


Text Example

White with #500322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500322; }

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

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

background-color css

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

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

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

border-color css

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

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

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