Html Css Color HEX #321748 Blackcurrant

📋 copy color: '#321748'

red 50 ◦ green 23 ◦ blue 72

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

Shades of Blackcurrant #321748

Tints of Blackcurrant #321748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 34.48%
G = 15.86%
B = 49.66%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#321748 (or 0x321748) is known color: Blackcurrant. HEX triplet: 32, 17 and 48. RGB value is (50,23,72). Sum of RGB (Red+Green+Blue) = 50+23+72=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #321748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321748 is #CDE8B7. Grayscale: #242424. Windows color (decimal): -13494456 or 4724530. OLE color: 4724530.

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

Color convert

RGB 50 23 72 -
CMYK 0.31 0.68 0 0.72
HSL 273.06º 0.52% 0.19% -
HSV(B) 273.06º 0.68% 0.28% -
XYZ 2.79 1.76 6.32 -
YUV 36.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 50 23 72 0.31 0.68 0 0.72 273.06 0.52 0.19
Hex 32 17 48 1F 44 0 48 111 34 13
Octal 62 27 110 37 104 0 110 421 64 23
Binary 110010 10111 1001000 11111 1000100 0 1001000 100010001 110100 10011

Color Harmonies of #321748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321748

Black with #321748

Text Example


Text Example

White with #321748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321748; }

 p { color: rgb(50,23,72); }

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

background-color css

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

 a { background-color: rgb(50,23,72); }

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

border-color css

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

 span { border-color: rgb(50,23,72); }

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