Html Css Color HEX #320650 Blackcurrant

📋 copy color: '#320650'

red 50 ◦ green 6 ◦ blue 80

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

Shades of Blackcurrant #320650

Tints of Blackcurrant #320650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 36.76%
G = 4.41%
B = 58.82%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#320650 (or 0x320650) is known color: Blackcurrant. HEX triplet: 32, 06 and 50. RGB value is (50,6,80). Sum of RGB (Red+Green+Blue) = 50+6+80=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #320650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320650 is #CDF9AF. Grayscale: #1B1B1B. Windows color (decimal): -13498800 or 5244466. OLE color: 5244466.

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

Color convert

RGB 50 6 80 -
CMYK 0.37 0.92 0 0.69
HSL 275.68º 0.86% 0.17% -
HSV(B) 275.68º 0.93% 0.31% -
XYZ 2.83 1.39 7.71 -
YUV 27.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 50 6 80 0.37 0.92 0 0.69 275.68 0.86 0.17
Hex 32 6 50 25 5C 0 45 114 56 11
Octal 62 6 120 45 134 0 105 424 126 21
Binary 110010 110 1010000 100101 1011100 0 1000101 100010100 1010110 10001

Color Harmonies of #320650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320650

Black with #320650

Text Example


Text Example

White with #320650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320650; }

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

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

background-color css

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

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

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

border-color css

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

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

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