Html Css Color HEX #320E51 Blackcurrant

📋 copy color: '#320E51'

red 50 ◦ green 14 ◦ blue 81

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

Shades of Blackcurrant #320E51

Tints of Blackcurrant #320E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 81 (32.03% from 255) = 55.86%

R = 34.48%
G = 9.66%
B = 55.86%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#320E51 (or 0x320E51) is known color: Blackcurrant. HEX triplet: 32, 0E and 51. RGB value is (50,14,81). Sum of RGB (Red+Green+Blue) = 50+14+81=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #320E51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E51 is #CDF1AE. Grayscale: #202020. Windows color (decimal): -13496751 or 5312050. OLE color: 5312050.

HSL color Cylindrical-coordinate representation of color #320E51: hue angle of 272.24º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #320E51 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 14 81 -
CMYK 0.38 0.83 0 0.68
HSL 272.24º 0.71% 0.19% -
HSV(B) 272.24º 0.83% 0.32% -
XYZ 2.96 1.59 7.93 -
YUV 32.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 50 14 81 0.38 0.83 0 0.68 272.24 0.71 0.19
Hex 32 E 51 26 53 0 44 110 47 13
Octal 62 16 121 46 123 0 104 420 107 23
Binary 110010 1110 1010001 100110 1010011 0 1000100 100010000 1000111 10011

Color Harmonies of #320E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320E51

Black with #320E51

Text Example


Text Example

White with #320E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,14,81); }

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

background-color css

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

 a { background-color: rgb(50,14,81); }

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

border-color css

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

 span { border-color: rgb(50,14,81); }

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