Html Css Color HEX #3A164E Blackcurrant

📋 copy color: '#3A164E'

red 58 ◦ green 22 ◦ blue 78

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

Shades of Blackcurrant #3A164E

Tints of Blackcurrant #3A164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.37%

R = 36.71%
G = 13.92%
B = 49.37%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A164E (or 0x3A164E) is known color: Blackcurrant. HEX triplet: 3A, 16 and 4E. RGB value is (58,22,78). Sum of RGB (Red+Green+Blue) = 58+22+78=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A164E is #C5E9B1. Grayscale: #262626. Windows color (decimal): -12970418 or 5117498. OLE color: 5117498.

HSL color Cylindrical-coordinate representation of color #3A164E: hue angle of 278.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A164E is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 22 78 -
CMYK 0.26 0.72 0 0.69
HSL 278.57º 0.56% 0.2% -
HSV(B) 278.57º 0.72% 0.31% -
XYZ 3.41 2.02 7.42 -
YUV 39.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 58 22 78 0.26 0.72 0 0.69 278.57 0.56 0.2
Hex 3A 16 4E 1A 48 0 45 117 38 14
Octal 72 26 116 32 110 0 105 427 70 24
Binary 111010 10110 1001110 11010 1001000 0 1000101 100010111 111000 10100

Color Harmonies of #3A164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A164E

Black with #3A164E

Text Example


Text Example

White with #3A164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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