#3C174C

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

Shades of Blackcurrant #3C174C

Tints of Blackcurrant #3C174C

Color information

#3C174C (or 0x3C174C) is unknown color: approx Blackcurrant. HEX triplet: 3C, 17 and 4C. RGB value is (60,23,76). Sum of RGB (Red+Green+Blue) = 60+23+76=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C174C is #C3E8B3. Grayscale: #272727. Windows color (decimal): -12839092 or 4986684. OLE color: 4986684.

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

Color convert

RGB602376-
CMYK0.210.7000.70
HSL281.89º53.54%19.41%-
HSV(B)281.89º69.74%29.8%-
XYZ3.472.17.06-
YUV40.1148.26142.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=37.74%
G=14.47%
B=47.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6023760.210.7000.70281.8953.5419.41
Hex3C174C154604611a3613
Octal74271142510601064326623
Binary1111001011110011001010110001100100011010001101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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