Html Css Color HEX #321947 Blackcurrant

📋 copy color: '#321947'

red 50 ◦ green 25 ◦ blue 71

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

Shades of Blackcurrant #321947

Tints of Blackcurrant #321947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.63%

R = 34.25%
G = 17.12%
B = 48.63%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321947 (or 0x321947) is known color: Blackcurrant. HEX triplet: 32, 19 and 47. RGB value is (50,25,71). Sum of RGB (Red+Green+Blue) = 50+25+71=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #321947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321947 is #CDE6B8. Grayscale: #252525. Windows color (decimal): -13493945 or 4659506. OLE color: 4659506.

HSL color Cylindrical-coordinate representation of color #321947: hue angle of 272.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321947 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 25 71 -
CMYK 0.30 0.65 0 0.72
HSL 272.61º 0.48% 0.19% -
HSV(B) 272.61º 0.65% 0.28% -
XYZ 2.8 1.83 6.17 -
YUV 37.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 50 25 71 0.30 0.65 0 0.72 272.61 0.48 0.19
Hex 32 19 47 1E 41 0 48 111 30 13
Octal 62 31 107 36 101 0 110 421 60 23
Binary 110010 11001 1000111 11110 1000001 0 1001000 100010001 110000 10011

Color Harmonies of #321947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321947

Black with #321947

Text Example


Text Example

White with #321947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321947; }

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

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

background-color css

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

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

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

border-color css

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

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

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