Html Css Color HEX #322141 Blackcurrant

📋 copy color: '#322141'

red 50 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #322141

Tints of Blackcurrant #322141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

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

R = 33.78%
G = 22.3%
B = 43.92%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#322141 (or 0x322141) is known color: Blackcurrant. HEX triplet: 32, 21 and 41. RGB value is (50,33,65). Sum of RGB (Red+Green+Blue) = 50+33+65=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #322141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322141 is #CDDEBE. Grayscale: #292929. Windows color (decimal): -13491903 or 4268338. OLE color: 4268338.

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

Color convert

RGB 50 33 65 -
CMYK 0.23 0.49 0 0.75
HSL 271.88º 0.33% 0.19% -
HSV(B) 271.88º 0.49% 0.25% -
XYZ 2.81 2.15 5.27 -
YUV 41.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 50 33 65 0.23 0.49 0 0.75 271.88 0.33 0.19
Hex 32 21 41 17 31 0 4B 110 21 13
Octal 62 41 101 27 61 0 113 420 41 23
Binary 110010 100001 1000001 10111 110001 0 1001011 100010000 100001 10011

Color Harmonies of #322141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322141

Black with #322141

Text Example


Text Example

White with #322141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322141; }

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

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

background-color css

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

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

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

border-color css

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

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

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