Html Css Color HEX #320550 Blackcurrant

📋 copy color: '#320550'

red 50 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #320550

Tints of Blackcurrant #320550

RGB

 RED value IS 50 (19.92% from 255) = 37.04%

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 37.04%
G = 3.7%
B = 59.26%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#320550 (or 0x320550) is known color: Blackcurrant. HEX triplet: 32, 05 and 50. RGB value is (50,5,80). Sum of RGB (Red+Green+Blue) = 50+5+80=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #320550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320550 is #CDFAAF. Grayscale: #1A1A1A. Windows color (decimal): -13499056 or 5244210. OLE color: 5244210.

HSL color Cylindrical-coordinate representation of color #320550: hue angle of 276º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320550 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 5 80 -
CMYK 0.37 0.94 0 0.69
HSL 276º 0.88% 0.17% -
HSV(B) 276º 0.94% 0.31% -
XYZ 2.82 1.37 7.7 -
YUV 27.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 50 5 80 0.37 0.94 0 0.69 276 0.88 0.17
Hex 32 5 50 25 5E 0 45 114 58 11
Octal 62 5 120 45 136 0 105 424 130 21
Binary 110010 101 1010000 100101 1011110 0 1000101 100010100 1011000 10001

Color Harmonies of #320550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320550

Black with #320550

Text Example


Text Example

White with #320550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320550; }

 p { color: rgb(50,5,80); }

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

background-color css

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

 a { background-color: rgb(50,5,80); }

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

border-color css

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

 span { border-color: rgb(50,5,80); }

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