Html Css Color HEX #321949 Blackcurrant

📋 copy color: '#321949'

red 50 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #321949

Tints of Blackcurrant #321949

RGB

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

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

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

R = 33.78%
G = 16.89%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#321949 (or 0x321949) is known color: Blackcurrant. HEX triplet: 32, 19 and 49. RGB value is (50,25,73). Sum of RGB (Red+Green+Blue) = 50+25+73=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #321949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321949 is #CDE6B6. Grayscale: #252525. Windows color (decimal): -13493943 or 4790578. OLE color: 4790578.

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

Color convert

RGB 50 25 73 -
CMYK 0.32 0.66 0 0.71
HSL 271.25º 0.49% 0.19% -
HSV(B) 271.25º 0.66% 0.29% -
XYZ 2.87 1.85 6.51 -
YUV 37.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 50 25 73 0.32 0.66 0 0.71 271.25 0.49 0.19
Hex 32 19 49 20 42 0 47 10F 31 13
Octal 62 31 111 40 102 0 107 417 61 23
Binary 110010 11001 1001001 100000 1000010 0 1000111 100001111 110001 10011

Color Harmonies of #321949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321949

Black with #321949

Text Example


Text Example

White with #321949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321949; }

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

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

background-color css

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

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

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

border-color css

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

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

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