Html Css Color HEX #321839 Blackcurrant

📋 copy color: '#321839'

red 50 ◦ green 24 ◦ blue 57

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

Shades of Blackcurrant #321839

Tints of Blackcurrant #321839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

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

R = 38.17%
G = 18.32%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321839 (or 0x321839) is known color: Blackcurrant. HEX triplet: 32, 18 and 39. RGB value is (50,24,57). Sum of RGB (Red+Green+Blue) = 50+24+57=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #321839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321839 is #CDE7C6. Grayscale: #232323. Windows color (decimal): -13494215 or 3741746. OLE color: 3741746.

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

Color convert

RGB 50 24 57 -
CMYK 0.12 0.58 0 0.78
HSL 287.27º 0.41% 0.16% -
HSV(B) 287.27º 0.58% 0.22% -
XYZ 2.38 1.63 4.06 -
YUV 35.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 50 24 57 0.12 0.58 0 0.78 287.27 0.41 0.16
Hex 32 18 39 C 3A 0 4E 11F 29 10
Octal 62 30 71 14 72 0 116 437 51 20
Binary 110010 11000 111001 1100 111010 0 1001110 100011111 101001 10000

Color Harmonies of #321839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321839

Black with #321839

Text Example


Text Example

White with #321839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321839; }

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

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

background-color css

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

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

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

border-color css

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

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

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