#3A094E

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

Shades of Blackcurrant #3A094E

Tints of Blackcurrant #3A094E

Color information

#3A094E (or 0x3A094E) is unknown color: approx Blackcurrant. HEX triplet: 3A, 09 and 4E. RGB value is (58,9,78). Sum of RGB (Red+Green+Blue) = 58+9+78=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A094E is #C5F6B1. Grayscale: #1F1F1F. Windows color (decimal): -12973746 or 5114170. OLE color: 5114170.

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

Color convert

RGB58978-
CMYK0.260.8800.69
HSL282.61º79.31%17.06%-
HSV(B)282.61º88.46%30.59%-
XYZ3.221.647.36-
YUV31.52154.23146.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=40%
G=6.21%
B=53.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal589780.260.8800.69282.6179.3117.06
Hex3A94E1A5804511b4f11
Octal721111632130010543311721
Binary1110101001100111011010101100001000101100011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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