Html Css Color HEX #321939 Blackcurrant

📋 copy color: '#321939'

red 50 ◦ green 25 ◦ blue 57

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

Shades of Blackcurrant #321939

Tints of Blackcurrant #321939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 57 (22.66% from 255) = 43.18%

R = 37.88%
G = 18.94%
B = 43.18%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321939 (or 0x321939) is known color: Blackcurrant. HEX triplet: 32, 19 and 39. RGB value is (50,25,57). Sum of RGB (Red+Green+Blue) = 50+25+57=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #321939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321939 is #CDE6C6. Grayscale: #242424. Windows color (decimal): -13493959 or 3742002. OLE color: 3742002.

HSL color Cylindrical-coordinate representation of color #321939: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321939 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 25 57 -
CMYK 0.12 0.56 0 0.78
HSL 286.88º 0.39% 0.16% -
HSV(B) 286.88º 0.56% 0.22% -
XYZ 2.4 1.67 4.07 -
YUV 36.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 50 25 57 0.12 0.56 0 0.78 286.88 0.39 0.16
Hex 32 19 39 C 38 0 4E 11F 27 10
Octal 62 31 71 14 70 0 116 437 47 20
Binary 110010 11001 111001 1100 111000 0 1001110 100011111 100111 10000

Color Harmonies of #321939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321939

Black with #321939

Text Example


Text Example

White with #321939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321939; }

 p { color: rgb(50,25,57); }

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

background-color css

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

 a { background-color: rgb(50,25,57); }

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

border-color css

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

 span { border-color: rgb(50,25,57); }

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