Html Css Color HEX #320D49 Blackcurrant

📋 copy color: '#320D49'

red 50 ◦ green 13 ◦ blue 73

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

Shades of Blackcurrant #320D49

Tints of Blackcurrant #320D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.56%

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

R = 36.76%
G = 9.56%
B = 53.68%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#320D49 (or 0x320D49) is known color: Blackcurrant. HEX triplet: 32, 0D and 49. RGB value is (50,13,73). Sum of RGB (Red+Green+Blue) = 50+13+73=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #320D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D49 is #CDF2B6. Grayscale: #1E1E1E. Windows color (decimal): -13497015 or 4787506. OLE color: 4787506.

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

Color convert

RGB 50 13 73 -
CMYK 0.32 0.82 0 0.71
HSL 277º 0.7% 0.17% -
HSV(B) 277º 0.82% 0.29% -
XYZ 2.66 1.45 6.44 -
YUV 30.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 50 13 73 0.32 0.82 0 0.71 277 0.7 0.17
Hex 32 D 49 20 52 0 47 115 46 11
Octal 62 15 111 40 122 0 107 425 106 21
Binary 110010 1101 1001001 100000 1010010 0 1000111 100010101 1000110 10001

Color Harmonies of #320D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D49

Black with #320D49

Text Example


Text Example

White with #320D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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