#3B164F

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

Shades of Blackcurrant #3B164F

Tints of Blackcurrant #3B164F

Color information

#3B164F (or 0x3B164F) is unknown color: approx Blackcurrant. HEX triplet: 3B, 16 and 4F. RGB value is (59,22,79). Sum of RGB (Red+Green+Blue) = 59+22+79=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B164F is #C4E9B0. Grayscale: #272727. Windows color (decimal): -12904881 or 5183035. OLE color: 5183035.

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

Color convert

RGB592279-
CMYK0.250.7200.69
HSL278.95º56.44%19.8%-
HSV(B)278.95º72.15%30.98%-
XYZ3.52.077.61-
YUV39.56150.26141.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=36.88%
G=13.75%
B=49.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5922790.250.7200.69278.9556.4419.8
Hex3B164F19480451173814
Octal73261173111001054277024
Binary1110111011010011111100110010000100010110001011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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