Html Css Color HEX #321647 Blackcurrant

📋 copy color: '#321647'

red 50 ◦ green 22 ◦ blue 71

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

Shades of Blackcurrant #321647

Tints of Blackcurrant #321647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 34.97%
G = 15.38%
B = 49.65%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321647 (or 0x321647) is known color: Blackcurrant. HEX triplet: 32, 16 and 47. RGB value is (50,22,71). Sum of RGB (Red+Green+Blue) = 50+22+71=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #321647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321647 is #CDE9B8. Grayscale: #232323. Windows color (decimal): -13494713 or 4658738. OLE color: 4658738.

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

Color convert

RGB 50 22 71 -
CMYK 0.30 0.69 0 0.72
HSL 274.29º 0.53% 0.18% -
HSV(B) 274.29º 0.69% 0.28% -
XYZ 2.74 1.71 6.15 -
YUV 35.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 50 22 71 0.30 0.69 0 0.72 274.29 0.53 0.18
Hex 32 16 47 1E 45 0 48 112 35 12
Octal 62 26 107 36 105 0 110 422 65 22
Binary 110010 10110 1000111 11110 1000101 0 1001000 100010010 110101 10010

Color Harmonies of #321647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321647

Black with #321647

Text Example


Text Example

White with #321647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321647; }

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

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

background-color css

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

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

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

border-color css

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

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

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