Html Css Color HEX #320D50 Blackcurrant

📋 copy color: '#320D50'

red 50 ◦ green 13 ◦ blue 80

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

Shades of Blackcurrant #320D50

Tints of Blackcurrant #320D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

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

R = 34.97%
G = 9.09%
B = 55.94%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#320D50 (or 0x320D50) is known color: Blackcurrant. HEX triplet: 32, 0D and 50. RGB value is (50,13,80). Sum of RGB (Red+Green+Blue) = 50+13+80=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #320D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D50 is #CDF2AF. Grayscale: #1F1F1F. Windows color (decimal): -13497008 or 5246258. OLE color: 5246258.

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

Color convert

RGB 50 13 80 -
CMYK 0.37 0.84 0 0.69
HSL 273.13º 0.72% 0.18% -
HSV(B) 273.13º 0.84% 0.31% -
XYZ 2.91 1.55 7.73 -
YUV 31.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 50 13 80 0.37 0.84 0 0.69 273.13 0.72 0.18
Hex 32 D 50 25 54 0 45 111 48 12
Octal 62 15 120 45 124 0 105 421 110 22
Binary 110010 1101 1010000 100101 1010100 0 1000101 100010001 1001000 10010

Color Harmonies of #320D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320D50

Black with #320D50

Text Example


Text Example

White with #320D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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