Html Css Color HEX #3A194D Blackcurrant

📋 copy color: '#3A194D'

red 58 ◦ green 25 ◦ blue 77

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

Shades of Blackcurrant #3A194D

Tints of Blackcurrant #3A194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 36.25%
G = 15.63%
B = 48.13%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A194D (or 0x3A194D) is known color: Blackcurrant. HEX triplet: 3A, 19 and 4D. RGB value is (58,25,77). Sum of RGB (Red+Green+Blue) = 58+25+77=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A194D is #C5E6B2. Grayscale: #282828. Windows color (decimal): -12969651 or 5052730. OLE color: 5052730.

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

Color convert

RGB 58 25 77 -
CMYK 0.25 0.68 0 0.70
HSL 278.08º 0.51% 0.2% -
HSV(B) 278.08º 0.68% 0.3% -
XYZ 3.43 2.13 7.25 -
YUV 40.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 58 25 77 0.25 0.68 0 0.70 278.08 0.51 0.2
Hex 3A 19 4D 19 44 0 46 116 33 14
Octal 72 31 115 31 104 0 106 426 63 24
Binary 111010 11001 1001101 11001 1000100 0 1000110 100010110 110011 10100

Color Harmonies of #3A194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A194D

Black with #3A194D

Text Example


Text Example

White with #3A194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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