Html Css Color HEX #321D39 Blackcurrant

📋 copy color: '#321D39'

red 50 ◦ green 29 ◦ blue 57

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

Shades of Blackcurrant #321D39

Tints of Blackcurrant #321D39

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

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

R = 36.76%
G = 21.32%
B = 41.91%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321D39 (or 0x321D39) is known color: Blackcurrant. HEX triplet: 32, 1D and 39. RGB value is (50,29,57). Sum of RGB (Red+Green+Blue) = 50+29+57=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #321D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D39 is #CDE2C6. Grayscale: #262626. Windows color (decimal): -13492935 or 3743026. OLE color: 3743026.

HSL color Cylindrical-coordinate representation of color #321D39: hue angle of 285º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #321D39 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 29 57 -
CMYK 0.12 0.49 0 0.78
HSL 285º 0.33% 0.17% -
HSV(B) 285º 0.49% 0.22% -
XYZ 2.49 1.85 4.1 -
YUV 38.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 50 29 57 0.12 0.49 0 0.78 285 0.33 0.17
Hex 32 1D 39 C 31 0 4E 11D 21 11
Octal 62 35 71 14 61 0 116 435 41 21
Binary 110010 11101 111001 1100 110001 0 1001110 100011101 100001 10001

Color Harmonies of #321D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D39

Black with #321D39

Text Example


Text Example

White with #321D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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