Html Css Color HEX #320440 Blackcurrant

📋 copy color: '#320440'

red 50 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #320440

Tints of Blackcurrant #320440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 42.37%
G = 3.39%
B = 54.24%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320440 (or 0x320440) is known color: Blackcurrant. HEX triplet: 32, 04 and 40. RGB value is (50,4,64). Sum of RGB (Red+Green+Blue) = 50+4+64=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #320440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320440 is #CDFBBF. Grayscale: #181818. Windows color (decimal): -13499328 or 4195378. OLE color: 4195378.

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

Color convert

RGB 50 4 64 -
CMYK 0.22 0.94 0 0.75
HSL 286º 0.88% 0.13% -
HSV(B) 286º 0.94% 0.25% -
XYZ 2.28 1.14 4.95 -
YUV 24.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 50 4 64 0.22 0.94 0 0.75 286 0.88 0.13
Hex 32 4 40 16 5E 0 4B 11E 58 D
Octal 62 4 100 26 136 0 113 436 130 15
Binary 110010 100 1000000 10110 1011110 0 1001011 100011110 1011000 1101

Color Harmonies of #320440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320440

Black with #320440

Text Example


Text Example

White with #320440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320440; }

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

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

background-color css

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

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

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

border-color css

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

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

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