Html Css Color HEX #322341 Blackcurrant

📋 copy color: '#322341'

red 50 ◦ green 35 ◦ blue 65

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

Shades of Blackcurrant #322341

Tints of Blackcurrant #322341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 33.33%
G = 23.33%
B = 43.33%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#322341 (or 0x322341) is known color: Blackcurrant. HEX triplet: 32, 23 and 41. RGB value is (50,35,65). Sum of RGB (Red+Green+Blue) = 50+35+65=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #322341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322341 is #CDDCBE. Grayscale: #2A2A2A. Windows color (decimal): -13491391 or 4268850. OLE color: 4268850.

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

Color convert

RGB 50 35 65 -
CMYK 0.23 0.46 0 0.75
HSL 270º 0.3% 0.2% -
HSV(B) 270º 0.46% 0.25% -
XYZ 2.87 2.26 5.29 -
YUV 42.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 50 35 65 0.23 0.46 0 0.75 270 0.3 0.2
Hex 32 23 41 17 2E 0 4B 10E 1E 14
Octal 62 43 101 27 56 0 113 416 36 24
Binary 110010 100011 1000001 10111 101110 0 1001011 100001110 11110 10100

Color Harmonies of #322341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322341

Black with #322341

Text Example


Text Example

White with #322341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322341; }

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

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

background-color css

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

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

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

border-color css

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

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

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