Html Css Color HEX #321749 Blackcurrant

📋 copy color: '#321749'

red 50 ◦ green 23 ◦ blue 73

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

Shades of Blackcurrant #321749

Tints of Blackcurrant #321749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50%

R = 34.25%
G = 15.75%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#321749 (or 0x321749) is known color: Blackcurrant. HEX triplet: 32, 17 and 49. RGB value is (50,23,73). Sum of RGB (Red+Green+Blue) = 50+23+73=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #321749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321749 is #CDE8B6. Grayscale: #242424. Windows color (decimal): -13494455 or 4790066. OLE color: 4790066.

HSL color Cylindrical-coordinate representation of color #321749: hue angle of 272.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321749 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 23 73 -
CMYK 0.32 0.68 0 0.71
HSL 272.4º 0.52% 0.19% -
HSV(B) 272.4º 0.68% 0.29% -
XYZ 2.82 1.77 6.5 -
YUV 36.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 50 23 73 0.32 0.68 0 0.71 272.4 0.52 0.19
Hex 32 17 49 20 44 0 47 110 34 13
Octal 62 27 111 40 104 0 107 420 64 23
Binary 110010 10111 1001001 100000 1000100 0 1000111 100010000 110100 10011

Color Harmonies of #321749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321749

Black with #321749

Text Example


Text Example

White with #321749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321749; }

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

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

background-color css

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

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

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

border-color css

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

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

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