Html Css Color HEX #321941 Blackcurrant

📋 copy color: '#321941'

red 50 ◦ green 25 ◦ blue 65

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

Shades of Blackcurrant #321941

Tints of Blackcurrant #321941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 35.71%
G = 17.86%
B = 46.43%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321941 (or 0x321941) is known color: Blackcurrant. HEX triplet: 32, 19 and 41. RGB value is (50,25,65). Sum of RGB (Red+Green+Blue) = 50+25+65=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #321941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321941 is #CDE6BE. Grayscale: #242424. Windows color (decimal): -13493951 or 4266290. OLE color: 4266290.

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

Color convert

RGB 50 25 65 -
CMYK 0.23 0.62 0 0.75
HSL 277.5º 0.44% 0.18% -
HSV(B) 277.5º 0.62% 0.25% -
XYZ 2.62 1.76 5.2 -
YUV 37.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 50 25 65 0.23 0.62 0 0.75 277.5 0.44 0.18
Hex 32 19 41 17 3E 0 4B 116 2C 12
Octal 62 31 101 27 76 0 113 426 54 22
Binary 110010 11001 1000001 10111 111110 0 1001011 100010110 101100 10010

Color Harmonies of #321941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321941

Black with #321941

Text Example


Text Example

White with #321941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321941; }

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

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

background-color css

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

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

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

border-color css

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

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

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