#3A054D

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

Shades of Blackcurrant #3A054D

Tints of Blackcurrant #3A054D

Color information

#3A054D (or 0x3A054D) is unknown color: approx Blackcurrant. HEX triplet: 3A, 05 and 4D. RGB value is (58,5,77). Sum of RGB (Red+Green+Blue) = 58+5+77=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A054D is #C5FAB2. Grayscale: #1C1C1C. Windows color (decimal): -12974771 or 5047610. OLE color: 5047610.

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

Color convert

RGB58577-
CMYK0.250.9400.70
HSL284.17º87.8%16.08%-
HSV(B)284.17º93.51%30.2%-
XYZ3.141.547.15-
YUV29.06155.06148.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 77 (30.47% from 255) = 55%
R=41.43%
G=3.57%
B=55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal585770.250.9400.70284.1787.816.08
Hex3A54D195E04611c5810
Octal72511531136010643413020
Binary111010101100110111001101111001000110100011100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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