Html Css Color HEX #321F41 Blackcurrant

📋 copy color: '#321F41'

red 50 ◦ green 31 ◦ blue 65

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

Shades of Blackcurrant #321F41

Tints of Blackcurrant #321F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 44.52%

R = 34.25%
G = 21.23%
B = 44.52%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321F41 (or 0x321F41) is known color: Blackcurrant. HEX triplet: 32, 1F and 41. RGB value is (50,31,65). Sum of RGB (Red+Green+Blue) = 50+31+65=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #321F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F41 is #CDE0BE. Grayscale: #282828. Windows color (decimal): -13492415 or 4267826. OLE color: 4267826.

HSL color Cylindrical-coordinate representation of color #321F41: hue angle of 273.53º 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 #321F41 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 31 65 -
CMYK 0.23 0.52 0 0.75
HSL 273.53º 0.35% 0.19% -
HSV(B) 273.53º 0.52% 0.25% -
XYZ 2.76 2.04 5.25 -
YUV 40.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 50 31 65 0.23 0.52 0 0.75 273.53 0.35 0.19
Hex 32 1F 41 17 34 0 4B 112 23 13
Octal 62 37 101 27 64 0 113 422 43 23
Binary 110010 11111 1000001 10111 110100 0 1001011 100010010 100011 10011

Color Harmonies of #321F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F41

Black with #321F41

Text Example


Text Example

White with #321F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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