Html Css Color HEX #321640 Blackcurrant

📋 copy color: '#321640'

red 50 ◦ green 22 ◦ blue 64

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

Shades of Blackcurrant #321640

Tints of Blackcurrant #321640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 36.76%
G = 16.18%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321640 (or 0x321640) is known color: Blackcurrant. HEX triplet: 32, 16 and 40. RGB value is (50,22,64). Sum of RGB (Red+Green+Blue) = 50+22+64=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #321640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321640 is #CDE9BF. Grayscale: #232323. Windows color (decimal): -13494720 or 4199986. OLE color: 4199986.

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

Color convert

RGB 50 22 64 -
CMYK 0.22 0.66 0 0.75
HSL 280º 0.49% 0.17% -
HSV(B) 280º 0.66% 0.25% -
XYZ 2.53 1.62 5.03 -
YUV 35.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 50 22 64 0.22 0.66 0 0.75 280 0.49 0.17
Hex 32 16 40 16 42 0 4B 118 31 11
Octal 62 26 100 26 102 0 113 430 61 21
Binary 110010 10110 1000000 10110 1000010 0 1001011 100011000 110001 10001

Color Harmonies of #321640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321640

Black with #321640

Text Example


Text Example

White with #321640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321640; }

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

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

background-color css

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

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

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

border-color css

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

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

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