Html Css Color HEX #321F40 Blackcurrant

📋 copy color: '#321F40'

red 50 ◦ green 31 ◦ blue 64

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

Shades of Blackcurrant #321F40

Tints of Blackcurrant #321F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

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

R = 34.48%
G = 21.38%
B = 44.14%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321F40 (or 0x321F40) is known color: Blackcurrant. HEX triplet: 32, 1F and 40. RGB value is (50,31,64). Sum of RGB (Red+Green+Blue) = 50+31+64=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #321F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F40 is #CDE0BF. Grayscale: #282828. Windows color (decimal): -13492416 or 4202290. OLE color: 4202290.

HSL color Cylindrical-coordinate representation of color #321F40: hue angle of 274.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321F40 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 31 64 -
CMYK 0.22 0.52 0 0.75
HSL 274.55º 0.35% 0.19% -
HSV(B) 274.55º 0.52% 0.25% -
XYZ 2.73 2.03 5.1 -
YUV 40.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 50 31 64 0.22 0.52 0 0.75 274.55 0.35 0.19
Hex 32 1F 40 16 34 0 4B 113 23 13
Octal 62 37 100 26 64 0 113 423 43 23
Binary 110010 11111 1000000 10110 110100 0 1001011 100010011 100011 10011

Color Harmonies of #321F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F40

Black with #321F40

Text Example


Text Example

White with #321F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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