Html Css Color HEX #3A164D Blackcurrant

📋 copy color: '#3A164D'

red 58 ◦ green 22 ◦ blue 77

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

Shades of Blackcurrant #3A164D

Tints of Blackcurrant #3A164D

RGB

 RED value IS 58 (23.05% from 255) = 36.94%

 GREEN value IS 22 (8.98% from 255) = 14.01%

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 36.94%
G = 14.01%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A164D (or 0x3A164D) is known color: Blackcurrant. HEX triplet: 3A, 16 and 4D. RGB value is (58,22,77). Sum of RGB (Red+Green+Blue) = 58+22+77=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A164D is #C5E9B2. Grayscale: #262626. Windows color (decimal): -12970419 or 5051962. OLE color: 5051962.

HSL color Cylindrical-coordinate representation of color #3A164D: hue angle of 279.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A164D is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 22 77 -
CMYK 0.25 0.71 0 0.70
HSL 279.27º 0.56% 0.19% -
HSV(B) 279.27º 0.71% 0.3% -
XYZ 3.37 2.01 7.23 -
YUV 39.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 58 22 77 0.25 0.71 0 0.70 279.27 0.56 0.19
Hex 3A 16 4D 19 47 0 46 117 38 13
Octal 72 26 115 31 107 0 106 427 70 23
Binary 111010 10110 1001101 11001 1000111 0 1000110 100010111 111000 10011

Color Harmonies of #3A164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A164D

Black with #3A164D

Text Example


Text Example

White with #3A164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A164D; }

 p { color: rgb(58,22,77); }

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

background-color css

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

 a { background-color: rgb(58,22,77); }

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

border-color css

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

 span { border-color: rgb(58,22,77); }

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