Html Css Color HEX #3A184E Blackcurrant

📋 copy color: '#3A184E'

red 58 ◦ green 24 ◦ blue 78

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

Shades of Blackcurrant #3A184E

Tints of Blackcurrant #3A184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 36.25%
G = 15%
B = 48.75%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A184E (or 0x3A184E) is known color: Blackcurrant. HEX triplet: 3A, 18 and 4E. RGB value is (58,24,78). Sum of RGB (Red+Green+Blue) = 58+24+78=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A184E is #C5E7B1. Grayscale: #282828. Windows color (decimal): -12969906 or 5118010. OLE color: 5118010.

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

Color convert

RGB 58 24 78 -
CMYK 0.26 0.69 0 0.69
HSL 277.78º 0.53% 0.2% -
HSV(B) 277.78º 0.69% 0.31% -
XYZ 3.45 2.1 7.43 -
YUV 40.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 58 24 78 0.26 0.69 0 0.69 277.78 0.53 0.2
Hex 3A 18 4E 1A 45 0 45 116 35 14
Octal 72 30 116 32 105 0 105 426 65 24
Binary 111010 11000 1001110 11010 1000101 0 1000101 100010110 110101 10100

Color Harmonies of #3A184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A184E

Black with #3A184E

Text Example


Text Example

White with #3A184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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