Html Css Color HEX #321F3F Blackcurrant

📋 copy color: '#321F3F'

red 50 ◦ green 31 ◦ blue 63

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

Shades of Blackcurrant #321F3F

Tints of Blackcurrant #321F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 34.72%
G = 21.53%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#321F3F (or 0x321F3F) is known color: Blackcurrant. HEX triplet: 32, 1F and 3F. RGB value is (50,31,63). Sum of RGB (Red+Green+Blue) = 50+31+63=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #321F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F3F is #CDE0C0. Grayscale: #282828. Windows color (decimal): -13492417 or 4136754. OLE color: 4136754.

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

Color convert

RGB 50 31 63 -
CMYK 0.21 0.51 0 0.75
HSL 275.63º 0.34% 0.18% -
HSV(B) 275.63º 0.51% 0.25% -
XYZ 2.7 2.02 4.95 -
YUV 40.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 50 31 63 0.21 0.51 0 0.75 275.63 0.34 0.18
Hex 32 1F 3F 15 33 0 4B 114 22 12
Octal 62 37 77 25 63 0 113 424 42 22
Binary 110010 11111 111111 10101 110011 0 1001011 100010100 100010 10010

Color Harmonies of #321F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F3F

Black with #321F3F

Text Example


Text Example

White with #321F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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