#3C194C

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

Shades of Blackcurrant #3C194C

Tints of Blackcurrant #3C194C

Color information

#3C194C (or 0x3C194C) is unknown color: approx Blackcurrant. HEX triplet: 3C, 19 and 4C. RGB value is (60,25,76). Sum of RGB (Red+Green+Blue) = 60+25+76=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C194C is #C3E6B3. Grayscale: #292929. Windows color (decimal): -12838580 or 4987196. OLE color: 4987196.

HSL color Cylindrical-coordinate representation of color #3C194C: hue angle of 281.18º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C194C is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB602576-
CMYK0.210.6700.70
HSL281.18º50.5%19.8%-
HSV(B)281.18º67.11%29.8%-
XYZ3.522.187.07-
YUV41.28147.6141.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=37.27%
G=15.53%
B=47.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6025760.210.6700.70281.1850.519.8
Hex3C194C15430461193214
Octal74311142510301064316224
Binary1111001100110011001010110000110100011010001100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,25,76); }

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

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

 a { background-color: rgb(60,25,76); }

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

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

 span { border-color: rgb(60,25,76); }

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