Html Css Color HEX #320941 Blackcurrant

📋 copy color: '#320941'

red 50 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #320941

Tints of Blackcurrant #320941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 40.32%
G = 7.26%
B = 52.42%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320941 (or 0x320941) is known color: Blackcurrant. HEX triplet: 32, 09 and 41. RGB value is (50,9,65). Sum of RGB (Red+Green+Blue) = 50+9+65=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #320941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320941 is #CDF6BE. Grayscale: #1B1B1B. Windows color (decimal): -13498047 or 4262194. OLE color: 4262194.

HSL color Cylindrical-coordinate representation of color #320941: hue angle of 283.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320941 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 9 65 -
CMYK 0.23 0.86 0 0.75
HSL 283.93º 0.76% 0.15% -
HSV(B) 283.93º 0.86% 0.25% -
XYZ 2.37 1.26 5.12 -
YUV 27.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 50 9 65 0.23 0.86 0 0.75 283.93 0.76 0.15
Hex 32 9 41 17 56 0 4B 11C 4C F
Octal 62 11 101 27 126 0 113 434 114 17
Binary 110010 1001 1000001 10111 1010110 0 1001011 100011100 1001100 1111

Color Harmonies of #320941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320941

Black with #320941

Text Example


Text Example

White with #320941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320941; }

 p { color: rgb(50,9,65); }

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

background-color css

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

 a { background-color: rgb(50,9,65); }

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

border-color css

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

 span { border-color: rgb(50,9,65); }

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