Html Css Color HEX #321D3F Blackcurrant

📋 copy color: '#321D3F'

red 50 ◦ green 29 ◦ blue 63

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

Shades of Blackcurrant #321D3F

Tints of Blackcurrant #321D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.37%

R = 35.21%
G = 20.42%
B = 44.37%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321D3F (or 0x321D3F) is known color: Blackcurrant. HEX triplet: 32, 1D and 3F. RGB value is (50,29,63). Sum of RGB (Red+Green+Blue) = 50+29+63=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #321D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D3F is #CDE2C0. Grayscale: #272727. Windows color (decimal): -13492929 or 4136242. OLE color: 4136242.

HSL color Cylindrical-coordinate representation of color #321D3F: hue angle of 277.06º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321D3F is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 29 63 -
CMYK 0.21 0.54 0 0.75
HSL 277.06º 0.37% 0.18% -
HSV(B) 277.06º 0.54% 0.25% -
XYZ 2.65 1.92 4.93 -
YUV 39.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 50 29 63 0.21 0.54 0 0.75 277.06 0.37 0.18
Hex 32 1D 3F 15 36 0 4B 115 25 12
Octal 62 35 77 25 66 0 113 425 45 22
Binary 110010 11101 111111 10101 110110 0 1001011 100010101 100101 10010

Color Harmonies of #321D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321D3F

Black with #321D3F

Text Example


Text Example

White with #321D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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