Html Css Color HEX #321C47 Blackcurrant

📋 copy color: '#321C47'

red 50 ◦ green 28 ◦ blue 71

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

Shades of Blackcurrant #321C47

Tints of Blackcurrant #321C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 33.56%
G = 18.79%
B = 47.65%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321C47 (or 0x321C47) is known color: Blackcurrant. HEX triplet: 32, 1C and 47. RGB value is (50,28,71). Sum of RGB (Red+Green+Blue) = 50+28+71=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #321C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C47 is #CDE3B8. Grayscale: #272727. Windows color (decimal): -13493177 or 4660274. OLE color: 4660274.

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

Color convert

RGB 50 28 71 -
CMYK 0.30 0.61 0 0.72
HSL 270.7º 0.43% 0.19% -
HSV(B) 270.7º 0.61% 0.28% -
XYZ 2.87 1.96 6.19 -
YUV 39.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 50 28 71 0.30 0.61 0 0.72 270.7 0.43 0.19
Hex 32 1C 47 1E 3D 0 48 10F 2B 13
Octal 62 34 107 36 75 0 110 417 53 23
Binary 110010 11100 1000111 11110 111101 0 1001000 100001111 101011 10011

Color Harmonies of #321C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321C47

Black with #321C47

Text Example


Text Example

White with #321C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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