Html Css Color HEX #321F3A Blackcurrant

📋 copy color: '#321F3A'

red 50 ◦ green 31 ◦ blue 58

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

Shades of Blackcurrant #321F3A

Tints of Blackcurrant #321F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 35.97%
G = 22.3%
B = 41.73%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#321F3A (or 0x321F3A) is known color: Blackcurrant. HEX triplet: 32, 1F and 3A. RGB value is (50,31,58). Sum of RGB (Red+Green+Blue) = 50+31+58=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #321F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F3A is #CDE0C5. Grayscale: #272727. Windows color (decimal): -13492422 or 3809074. OLE color: 3809074.

HSL color Cylindrical-coordinate representation of color #321F3A: hue angle of 282.22º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #321F3A is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 31 58 -
CMYK 0.14 0.47 0 0.77
HSL 282.22º 0.3% 0.17% -
HSV(B) 282.22º 0.47% 0.23% -
XYZ 2.57 1.96 4.25 -
YUV 39.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 50 31 58 0.14 0.47 0 0.77 282.22 0.3 0.17
Hex 32 1F 3A E 2F 0 4D 11A 1E 11
Octal 62 37 72 16 57 0 115 432 36 21
Binary 110010 11111 111010 1110 101111 0 1001101 100011010 11110 10001

Color Harmonies of #321F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321F3A

Black with #321F3A

Text Example


Text Example

White with #321F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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