Html Css Color HEX #320F4D Blackcurrant

📋 copy color: '#320F4D'

red 50 ◦ green 15 ◦ blue 77

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

Shades of Blackcurrant #320F4D

Tints of Blackcurrant #320F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.23%

R = 35.21%
G = 10.56%
B = 54.23%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#320F4D (or 0x320F4D) is known color: Blackcurrant. HEX triplet: 32, 0F and 4D. RGB value is (50,15,77). Sum of RGB (Red+Green+Blue) = 50+15+77=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #320F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F4D is #CDF0B2. Grayscale: #202020. Windows color (decimal): -13496499 or 5050162. OLE color: 5050162.

HSL color Cylindrical-coordinate representation of color #320F4D: hue angle of 273.87º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #320F4D is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 15 77 -
CMYK 0.35 0.81 0 0.70
HSL 273.87º 0.67% 0.18% -
HSV(B) 273.87º 0.81% 0.3% -
XYZ 2.83 1.56 7.17 -
YUV 32.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 50 15 77 0.35 0.81 0 0.70 273.87 0.67 0.18
Hex 32 F 4D 23 51 0 46 112 43 12
Octal 62 17 115 43 121 0 106 422 103 22
Binary 110010 1111 1001101 100011 1010001 0 1000110 100010010 1000011 10010

Color Harmonies of #320F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320F4D

Black with #320F4D

Text Example


Text Example

White with #320F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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