Html Css Color HEX #3A184D Blackcurrant

📋 copy color: '#3A184D'

red 58 ◦ green 24 ◦ blue 77

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

Shades of Blackcurrant #3A184D

Tints of Blackcurrant #3A184D

RGB

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

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

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

R = 36.48%
G = 15.09%
B = 48.43%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A184D (or 0x3A184D) is known color: Blackcurrant. HEX triplet: 3A, 18 and 4D. RGB value is (58,24,77). Sum of RGB (Red+Green+Blue) = 58+24+77=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A184D is #C5E7B2. Grayscale: #282828. Windows color (decimal): -12969907 or 5052474. OLE color: 5052474.

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

Color convert

RGB 58 24 77 -
CMYK 0.25 0.69 0 0.70
HSL 278.49º 0.52% 0.2% -
HSV(B) 278.49º 0.69% 0.3% -
XYZ 3.41 2.09 7.24 -
YUV 40.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 58 24 77 0.25 0.69 0 0.70 278.49 0.52 0.2
Hex 3A 18 4D 19 45 0 46 116 34 14
Octal 72 30 115 31 105 0 106 426 64 24
Binary 111010 11000 1001101 11001 1000101 0 1000110 100010110 110100 10100

Color Harmonies of #3A184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A184D

Black with #3A184D

Text Example


Text Example

White with #3A184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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