Html Css Color HEX #321147 Blackcurrant

📋 copy color: '#321147'

red 50 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #321147

Tints of Blackcurrant #321147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 36.23%
G = 12.32%
B = 51.45%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321147 (or 0x321147) is known color: Blackcurrant. HEX triplet: 32, 11 and 47. RGB value is (50,17,71). Sum of RGB (Red+Green+Blue) = 50+17+71=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #321147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321147 is #CDEEB8. Grayscale: #202020. Windows color (decimal): -13495993 or 4657458. OLE color: 4657458.

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

Color convert

RGB 50 17 71 -
CMYK 0.30 0.76 0 0.72
HSL 276.67º 0.61% 0.17% -
HSV(B) 276.67º 0.76% 0.28% -
XYZ 2.65 1.53 6.12 -
YUV 33.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 50 17 71 0.30 0.76 0 0.72 276.67 0.61 0.17
Hex 32 11 47 1E 4C 0 48 115 3D 11
Octal 62 21 107 36 114 0 110 425 75 21
Binary 110010 10001 1000111 11110 1001100 0 1001000 100010101 111101 10001

Color Harmonies of #321147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321147

Black with #321147

Text Example


Text Example

White with #321147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321147; }

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

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

background-color css

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

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

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

border-color css

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

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

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