Html Css Color HEX #320841 Blackcurrant

📋 copy color: '#320841'

red 50 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #320841

Tints of Blackcurrant #320841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 40.65%
G = 6.5%
B = 52.85%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#320841 (or 0x320841) is known color: Blackcurrant. HEX triplet: 32, 08 and 41. RGB value is (50,8,65). Sum of RGB (Red+Green+Blue) = 50+8+65=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #320841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320841 is #CDF7BE. Grayscale: #1A1A1A. Windows color (decimal): -13498303 or 4261938. OLE color: 4261938.

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

Color convert

RGB 50 8 65 -
CMYK 0.23 0.88 0 0.75
HSL 284.21º 0.78% 0.14% -
HSV(B) 284.21º 0.88% 0.25% -
XYZ 2.36 1.23 5.11 -
YUV 27.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 50 8 65 0.23 0.88 0 0.75 284.21 0.78 0.14
Hex 32 8 41 17 58 0 4B 11C 4E E
Octal 62 10 101 27 130 0 113 434 116 16
Binary 110010 1000 1000001 10111 1011000 0 1001011 100011100 1001110 1110

Color Harmonies of #320841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320841

Black with #320841

Text Example


Text Example

White with #320841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320841; }

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

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

background-color css

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

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

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

border-color css

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

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

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