#3A134E

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

Shades of Blackcurrant #3A134E

Tints of Blackcurrant #3A134E

Color information

#3A134E (or 0x3A134E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 13 and 4E. RGB value is (58,19,78). Sum of RGB (Red+Green+Blue) = 58+19+78=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A134E is #C5ECB1. Grayscale: #252525. Windows color (decimal): -12971186 or 5116730. OLE color: 5116730.

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

Color convert

RGB581978-
CMYK0.260.7600.69
HSL279.66º60.82%19.02%-
HSV(B)279.66º75.64%30.59%-
XYZ3.351.927.4-
YUV37.39150.92142.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=37.42%
G=12.26%
B=50.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5819780.260.7600.69279.6660.8219.02
Hex3A134E1A4C0451183d13
Octal72231163211401054307523
Binary1110101001110011101101010011000100010110001100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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