#3A094D

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

Shades of Blackcurrant #3A094D

Tints of Blackcurrant #3A094D

Color information

#3A094D (or 0x3A094D) is unknown color: approx Blackcurrant. HEX triplet: 3A, 09 and 4D. RGB value is (58,9,77). Sum of RGB (Red+Green+Blue) = 58+9+77=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A094D is #C5F6B2. Grayscale: #1F1F1F. Windows color (decimal): -12973747 or 5048634. OLE color: 5048634.

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

Color convert

RGB58977-
CMYK0.250.8800.70
HSL283.24º79.07%16.86%-
HSV(B)283.24º88.31%30.2%-
XYZ3.181.637.17-
YUV31.4153.73146.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=40.28%
G=6.25%
B=53.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal589770.250.8800.70283.2479.0716.86
Hex3A94D195804611b4f11
Octal721111531130010643311721
Binary1110101001100110111001101100001000110100011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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