Html Css Color HEX #321740 Blackcurrant

📋 copy color: '#321740'

red 50 ◦ green 23 ◦ blue 64

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

Shades of Blackcurrant #321740

Tints of Blackcurrant #321740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 36.5%
G = 16.79%
B = 46.72%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321740 (or 0x321740) is known color: Blackcurrant. HEX triplet: 32, 17 and 40. RGB value is (50,23,64). Sum of RGB (Red+Green+Blue) = 50+23+64=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #321740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321740 is #CDE8BF. Grayscale: #232323. Windows color (decimal): -13494464 or 4200242. OLE color: 4200242.

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

Color convert

RGB 50 23 64 -
CMYK 0.22 0.64 0 0.75
HSL 279.51º 0.47% 0.17% -
HSV(B) 279.51º 0.64% 0.25% -
XYZ 2.55 1.66 5.04 -
YUV 35.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 50 23 64 0.22 0.64 0 0.75 279.51 0.47 0.17
Hex 32 17 40 16 40 0 4B 118 2F 11
Octal 62 27 100 26 100 0 113 430 57 21
Binary 110010 10111 1000000 10110 1000000 0 1001011 100011000 101111 10001

Color Harmonies of #321740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321740

Black with #321740

Text Example


Text Example

White with #321740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321740; }

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

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

background-color css

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

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

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

border-color css

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

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

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