Html Css Color HEX #320739 Blackcurrant

📋 copy color: '#320739'

red 50 ◦ green 7 ◦ blue 57

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

Shades of Blackcurrant #320739

Tints of Blackcurrant #320739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50%

R = 43.86%
G = 6.14%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#320739 (or 0x320739) is known color: Blackcurrant. HEX triplet: 32, 07 and 39. RGB value is (50,7,57). Sum of RGB (Red+Green+Blue) = 50+7+57=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #320739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320739 is #CDF8C6. Grayscale: #191919. Windows color (decimal): -13498567 or 3737394. OLE color: 3737394.

HSL color Cylindrical-coordinate representation of color #320739: hue angle of 291.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320739 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 7 57 -
CMYK 0.12 0.88 0 0.78
HSL 291.6º 0.78% 0.13% -
HSV(B) 291.6º 0.88% 0.22% -
XYZ 2.13 1.13 3.98 -
YUV 25.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 50 7 57 0.12 0.88 0 0.78 291.6 0.78 0.13
Hex 32 7 39 C 58 0 4E 124 4E D
Octal 62 7 71 14 130 0 116 444 116 15
Binary 110010 111 111001 1100 1011000 0 1001110 100100100 1001110 1101

Color Harmonies of #320739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320739

Black with #320739

Text Example


Text Example

White with #320739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320739; }

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

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

background-color css

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

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

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

border-color css

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

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

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