#3C174E

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

Shades of Blackcurrant #3C174E

Tints of Blackcurrant #3C174E

Color information

#3C174E (or 0x3C174E) is unknown color: approx Blackcurrant. HEX triplet: 3C, 17 and 4E. RGB value is (60,23,78). Sum of RGB (Red+Green+Blue) = 60+23+78=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C174E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C174E is #C3E8B1. Grayscale: #282828. Windows color (decimal): -12839090 or 5117756. OLE color: 5117756.

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

Color convert

RGB602378-
CMYK0.230.7100.69
HSL280.36º54.46%19.8%-
HSV(B)280.36º70.51%30.59%-
XYZ3.552.127.43-
YUV40.33149.26142.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=37.27%
G=14.29%
B=48.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6023780.230.7100.69280.3654.4619.8
Hex3C174E17470451183614
Octal74271162710701054306624
Binary1111001011110011101011110001110100010110001100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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