Html Css Color HEX #320749 Blackcurrant

📋 copy color: '#320749'

red 50 ◦ green 7 ◦ blue 73

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

Shades of Blackcurrant #320749

Tints of Blackcurrant #320749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 38.46%
G = 5.38%
B = 56.15%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320749 (or 0x320749) is known color: Blackcurrant. HEX triplet: 32, 07 and 49. RGB value is (50,7,73). Sum of RGB (Red+Green+Blue) = 50+7+73=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #320749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320749 is #CDF8B6. Grayscale: #1B1B1B. Windows color (decimal): -13498551 or 4785970. OLE color: 4785970.

HSL color Cylindrical-coordinate representation of color #320749: hue angle of 279.09º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320749 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 7 73 -
CMYK 0.32 0.90 0 0.71
HSL 279.09º 0.83% 0.16% -
HSV(B) 279.09º 0.9% 0.29% -
XYZ 2.59 1.31 6.42 -
YUV 27.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 50 7 73 0.32 0.90 0 0.71 279.09 0.83 0.16
Hex 32 7 49 20 5A 0 47 117 52 10
Octal 62 7 111 40 132 0 107 427 122 20
Binary 110010 111 1001001 100000 1011010 0 1000111 100010111 1010010 10000

Color Harmonies of #320749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320749

Black with #320749

Text Example


Text Example

White with #320749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320749; }

 p { color: rgb(50,7,73); }

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

background-color css

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

 a { background-color: rgb(50,7,73); }

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

border-color css

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

 span { border-color: rgb(50,7,73); }

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