Html Css Color HEX #3A174A Blackcurrant

📋 copy color: '#3A174A'

red 58 ◦ green 23 ◦ blue 74

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

Shades of Blackcurrant #3A174A

Tints of Blackcurrant #3A174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 37.42%
G = 14.84%
B = 47.74%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A174A (or 0x3A174A) is known color: Blackcurrant. HEX triplet: 3A, 17 and 4A. RGB value is (58,23,74). Sum of RGB (Red+Green+Blue) = 58+23+74=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A174A is #C5E8B5. Grayscale: #272727. Windows color (decimal): -12970166 or 4855610. OLE color: 4855610.

HSL color Cylindrical-coordinate representation of color #3A174A: hue angle of 281.18º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A174A is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 23 74 -
CMYK 0.22 0.69 0 0.71
HSL 281.18º 0.53% 0.19% -
HSV(B) 281.18º 0.69% 0.29% -
XYZ 3.29 2.01 6.69 -
YUV 39.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 58 23 74 0.22 0.69 0 0.71 281.18 0.53 0.19
Hex 3A 17 4A 16 45 0 47 119 35 13
Octal 72 27 112 26 105 0 107 431 65 23
Binary 111010 10111 1001010 10110 1000101 0 1000111 100011001 110101 10011

Color Harmonies of #3A174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A174A

Black with #3A174A

Text Example


Text Example

White with #3A174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,23,74); }

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

background-color css

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

 a { background-color: rgb(58,23,74); }

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

border-color css

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

 span { border-color: rgb(58,23,74); }

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