Html Css Color HEX #320640 Blackcurrant

📋 copy color: '#320640'

red 50 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #320640

Tints of Blackcurrant #320640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 41.67%
G = 5%
B = 53.33%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320640 (or 0x320640) is known color: Blackcurrant. HEX triplet: 32, 06 and 40. RGB value is (50,6,64). Sum of RGB (Red+Green+Blue) = 50+6+64=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #320640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320640 is #CDF9BF. Grayscale: #191919. Windows color (decimal): -13498816 or 4195890. OLE color: 4195890.

HSL color Cylindrical-coordinate representation of color #320640: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320640 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 6 64 -
CMYK 0.22 0.91 0 0.75
HSL 285.52º 0.83% 0.14% -
HSV(B) 285.52º 0.91% 0.25% -
XYZ 2.31 1.18 4.96 -
YUV 25.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 50 6 64 0.22 0.91 0 0.75 285.52 0.83 0.14
Hex 32 6 40 16 5B 0 4B 11E 53 E
Octal 62 6 100 26 133 0 113 436 123 16
Binary 110010 110 1000000 10110 1011011 0 1001011 100011110 1010011 1110

Color Harmonies of #320640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320640

Black with #320640

Text Example


Text Example

White with #320640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320640; }

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

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

background-color css

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

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

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

border-color css

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

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

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