Html Css Color HEX #320F50 Blackcurrant

📋 copy color: '#320F50'

red 50 ◦ green 15 ◦ blue 80

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

Shades of Blackcurrant #320F50

Tints of Blackcurrant #320F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 80 (31.64% from 255) = 55.17%

R = 34.48%
G = 10.34%
B = 55.17%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#320F50 (or 0x320F50) is known color: Blackcurrant. HEX triplet: 32, 0F and 50. RGB value is (50,15,80). Sum of RGB (Red+Green+Blue) = 50+15+80=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #320F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F50 is #CDF0AF. Grayscale: #202020. Windows color (decimal): -13496496 or 5246770. OLE color: 5246770.

HSL color Cylindrical-coordinate representation of color #320F50: hue angle of 272.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #320F50 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 15 80 -
CMYK 0.37 0.81 0 0.69
HSL 272.31º 0.68% 0.19% -
HSV(B) 272.31º 0.81% 0.31% -
XYZ 2.93 1.6 7.74 -
YUV 32.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 50 15 80 0.37 0.81 0 0.69 272.31 0.68 0.19
Hex 32 F 50 25 51 0 45 110 44 13
Octal 62 17 120 45 121 0 105 420 104 23
Binary 110010 1111 1010000 100101 1010001 0 1000101 100010000 1000100 10011

Color Harmonies of #320F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F50

Black with #320F50

Text Example


Text Example

White with #320F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,15,80); }

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

background-color css

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

 a { background-color: rgb(50,15,80); }

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

border-color css

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

 span { border-color: rgb(50,15,80); }

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