Html Css Color HEX #321C41 Blackcurrant

📋 copy color: '#321C41'

red 50 ◦ green 28 ◦ blue 65

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

Shades of Blackcurrant #321C41

Tints of Blackcurrant #321C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 34.97%
G = 19.58%
B = 45.45%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321C41 (or 0x321C41) is known color: Blackcurrant. HEX triplet: 32, 1C and 41. RGB value is (50,28,65). Sum of RGB (Red+Green+Blue) = 50+28+65=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #321C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C41 is #CDE3BE. Grayscale: #262626. Windows color (decimal): -13493183 or 4267058. OLE color: 4267058.

HSL color Cylindrical-coordinate representation of color #321C41: hue angle of 275.68º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #321C41 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 28 65 -
CMYK 0.23 0.57 0 0.75
HSL 275.68º 0.4% 0.18% -
HSV(B) 275.68º 0.57% 0.25% -
XYZ 2.68 1.89 5.22 -
YUV 38.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 50 28 65 0.23 0.57 0 0.75 275.68 0.4 0.18
Hex 32 1C 41 17 39 0 4B 114 28 12
Octal 62 34 101 27 71 0 113 424 50 22
Binary 110010 11100 1000001 10111 111001 0 1001011 100010100 101000 10010

Color Harmonies of #321C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C41

Black with #321C41

Text Example


Text Example

White with #321C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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