#3B154F

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

Shades of Blackcurrant #3B154F

Tints of Blackcurrant #3B154F

Color information

#3B154F (or 0x3B154F) is unknown color: approx Blackcurrant. HEX triplet: 3B, 15 and 4F. RGB value is (59,21,79). Sum of RGB (Red+Green+Blue) = 59+21+79=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 21 (8.59% from 255 or 13.21% 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 #3B154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B154F is #C4EAB0. Grayscale: #262626. Windows color (decimal): -12905137 or 5182779. OLE color: 5182779.

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

Color convert

RGB592179-
CMYK0.250.7300.69
HSL279.31º58%19.61%-
HSV(B)279.31º73.42%30.98%-
XYZ3.482.037.61-
YUV38.97150.59142.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=37.11%
G=13.21%
B=49.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5921790.250.7300.69279.315819.61
Hex3B154F19490451173a14
Octal73251173111101054277224
Binary1110111010110011111100110010010100010110001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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