Html Css Color HEX #320E40 Blackcurrant

📋 copy color: '#320E40'

red 50 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #320E40

Tints of Blackcurrant #320E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.94%

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

R = 39.06%
G = 10.94%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320E40 (or 0x320E40) is known color: Blackcurrant. HEX triplet: 32, 0E and 40. RGB value is (50,14,64). Sum of RGB (Red+Green+Blue) = 50+14+64=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #320E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E40 is #CDF1BF. Grayscale: #1E1E1E. Windows color (decimal): -13496768 or 4197938. OLE color: 4197938.

HSL color Cylindrical-coordinate representation of color #320E40: hue angle of 283.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320E40 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 14 64 -
CMYK 0.22 0.78 0 0.75
HSL 283.2º 0.64% 0.15% -
HSV(B) 283.2º 0.78% 0.25% -
XYZ 2.4 1.36 4.99 -
YUV 30.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 50 14 64 0.22 0.78 0 0.75 283.2 0.64 0.15
Hex 32 E 40 16 4E 0 4B 11B 40 F
Octal 62 16 100 26 116 0 113 433 100 17
Binary 110010 1110 1000000 10110 1001110 0 1001011 100011011 1000000 1111

Color Harmonies of #320E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E40

Black with #320E40

Text Example


Text Example

White with #320E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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