#3C154F

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

Shades of Blackcurrant #3C154F

Tints of Blackcurrant #3C154F

Color information

#3C154F (or 0x3C154F) is unknown color: approx Blackcurrant. HEX triplet: 3C, 15 and 4F. RGB value is (60,21,79). Sum of RGB (Red+Green+Blue) = 60+21+79=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 21 (8.59% from 255 or 13.12% 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 #3C154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C154F is #C3EAB0. Grayscale: #272727. Windows color (decimal): -12839601 or 5182780. OLE color: 5182780.

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

Color convert

RGB602179-
CMYK0.240.7300.69
HSL280.34º58%19.61%-
HSV(B)280.34º73.42%30.98%-
XYZ3.542.067.61-
YUV39.27150.42142.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=37.5%
G=13.12%
B=49.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6021790.240.7300.69280.345819.61
Hex3C154F18490451183a14
Octal74251173011101054307224
Binary1111001010110011111100010010010100010110001100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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