Html Css Color HEX #320744 Blackcurrant

📋 copy color: '#320744'

red 50 ◦ green 7 ◦ blue 68

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

Shades of Blackcurrant #320744

Tints of Blackcurrant #320744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 54.4%

R = 40%
G = 5.6%
B = 54.4%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#320744 (or 0x320744) is known color: Blackcurrant. HEX triplet: 32, 07 and 44. RGB value is (50,7,68). Sum of RGB (Red+Green+Blue) = 50+7+68=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #320744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320744 is #CDF8BB. Grayscale: #1A1A1A. Windows color (decimal): -13498556 or 4458290. OLE color: 4458290.

HSL color Cylindrical-coordinate representation of color #320744: hue angle of 282.3º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320744 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 7 68 -
CMYK 0.26 0.90 0 0.73
HSL 282.3º 0.81% 0.15% -
HSV(B) 282.3º 0.9% 0.27% -
XYZ 2.43 1.25 5.58 -
YUV 26.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 50 7 68 0.26 0.90 0 0.73 282.3 0.81 0.15
Hex 32 7 44 1A 5A 0 49 11A 51 F
Octal 62 7 104 32 132 0 111 432 121 17
Binary 110010 111 1000100 11010 1011010 0 1001001 100011010 1010001 1111

Color Harmonies of #320744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320744

Black with #320744

Text Example


Text Example

White with #320744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320744; }

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

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

background-color css

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

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

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

border-color css

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

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

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