Html Css Color HEX #320648 Blackcurrant

📋 copy color: '#320648'

red 50 ◦ green 6 ◦ blue 72

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

Shades of Blackcurrant #320648

Tints of Blackcurrant #320648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.69%

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

R = 39.06%
G = 4.69%
B = 56.25%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#320648 (or 0x320648) is known color: Blackcurrant. HEX triplet: 32, 06 and 48. RGB value is (50,6,72). Sum of RGB (Red+Green+Blue) = 50+6+72=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #320648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320648 is #CDF9B7. Grayscale: #1A1A1A. Windows color (decimal): -13498808 or 4720178. OLE color: 4720178.

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

Color convert

RGB 50 6 72 -
CMYK 0.31 0.92 0 0.72
HSL 280º 0.85% 0.15% -
HSV(B) 280º 0.92% 0.28% -
XYZ 2.55 1.28 6.24 -
YUV 26.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 50 6 72 0.31 0.92 0 0.72 280 0.85 0.15
Hex 32 6 48 1F 5C 0 48 118 55 F
Octal 62 6 110 37 134 0 110 430 125 17
Binary 110010 110 1001000 11111 1011100 0 1001000 100011000 1010101 1111

Color Harmonies of #320648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320648

Black with #320648

Text Example


Text Example

White with #320648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320648; }

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

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

background-color css

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

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

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

border-color css

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

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

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