#3A154F

Color #3A154F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #3A154F

Tints of Blackcurrant #3A154F

Color information

#3A154F (or 0x3A154F) is unknown color: approx Blackcurrant. HEX triplet: 3A, 15 and 4F. RGB value is (58,21,79). Sum of RGB (Red+Green+Blue) = 58+21+79=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A154F is #C5EAB0. Grayscale: #262626. Windows color (decimal): -12970673 or 5182778. OLE color: 5182778.

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

Color convert

RGB582179-
CMYK0.270.7300.69
HSL278.28º58%19.61%-
HSV(B)278.28º73.42%30.98%-
XYZ3.4227.6-
YUV38.67150.76141.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 79 (31.25% from 255) = 50%
R=36.71%
G=13.29%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5821790.270.7300.69278.285819.61
Hex3A154F1B490451163a14
Octal72251173311101054267224
Binary1110101010110011111101110010010100010110001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,79); }

 H1.HeaderClassName
 {
   color: #3A154F;
 }
 .AnyTagClassName
 {
   color: #3A154F;
 }
</style>
background-color css

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

 a { background-color: rgb(58,21,79); }

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

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

 span { border-color: rgb(58,21,79); }

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