#3B164E

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

Shades of Blackcurrant #3B164E

Tints of Blackcurrant #3B164E

Color information

#3B164E (or 0x3B164E) is unknown color: approx Blackcurrant. HEX triplet: 3B, 16 and 4E. RGB value is (59,22,78). Sum of RGB (Red+Green+Blue) = 59+22+78=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B164E is #C4E9B1. Grayscale: #272727. Windows color (decimal): -12904882 or 5117499. OLE color: 5117499.

HSL color Cylindrical-coordinate representation of color #3B164E: hue angle of 279.64º 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 #3B164E is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB592278-
CMYK0.240.7200.69
HSL279.64º56%19.61%-
HSV(B)279.64º71.79%30.59%-
XYZ3.472.057.42-
YUV39.45149.76141.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=37.11%
G=13.84%
B=49.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5922780.240.7200.69279.645619.61
Hex3B164E18480451183814
Octal73261163011001054307024
Binary1110111011010011101100010010000100010110001100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,22,78); }

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

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

 a { background-color: rgb(59,22,78); }

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

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

 span { border-color: rgb(59,22,78); }

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