Html Css Color HEX #320849 Blackcurrant

📋 copy color: '#320849'

red 50 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #320849

Tints of Blackcurrant #320849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.11%

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

R = 38.17%
G = 6.11%
B = 55.73%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320849 (or 0x320849) is known color: Blackcurrant. HEX triplet: 32, 08 and 49. RGB value is (50,8,73). Sum of RGB (Red+Green+Blue) = 50+8+73=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #320849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320849 is #CDF7B6. Grayscale: #1B1B1B. Windows color (decimal): -13498295 or 4786226. OLE color: 4786226.

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

Color convert

RGB 50 8 73 -
CMYK 0.32 0.89 0 0.71
HSL 278.77º 0.8% 0.16% -
HSV(B) 278.77º 0.89% 0.29% -
XYZ 2.6 1.33 6.42 -
YUV 27.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 50 8 73 0.32 0.89 0 0.71 278.77 0.8 0.16
Hex 32 8 49 20 59 0 47 117 50 10
Octal 62 10 111 40 131 0 107 427 120 20
Binary 110010 1000 1001001 100000 1011001 0 1000111 100010111 1010000 10000

Color Harmonies of #320849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320849

Black with #320849

Text Example


Text Example

White with #320849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320849; }

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

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

background-color css

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

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

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

border-color css

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

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

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