#3A164F

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

Shades of Blackcurrant #3A164F

Tints of Blackcurrant #3A164F

Color information

#3A164F (or 0x3A164F) is unknown color: approx Blackcurrant. HEX triplet: 3A, 16 and 4F. RGB value is (58,22,79). Sum of RGB (Red+Green+Blue) = 58+22+79=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A164F is #C5E9B0. Grayscale: #272727. Windows color (decimal): -12970417 or 5183034. OLE color: 5183034.

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

Color convert

RGB582279-
CMYK0.270.7200.69
HSL277.89º56.44%19.8%-
HSV(B)277.89º72.15%30.98%-
XYZ3.442.047.61-
YUV39.26150.43141.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=36.48%
G=13.84%
B=49.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5822790.270.7200.69277.8956.4419.8
Hex3A164F1B480451163814
Octal72261173311001054267024
Binary1110101011010011111101110010000100010110001011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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