#3F184C

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

Shades of Blackcurrant #3F184C

Tints of Blackcurrant #3F184C

Color information

#3F184C (or 0x3F184C) is unknown color: approx Blackcurrant. HEX triplet: 3F, 18 and 4C. RGB value is (63,24,76). Sum of RGB (Red+Green+Blue) = 63+24+76=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F184C is #C0E7B3. Grayscale: #292929. Windows color (decimal): -12642228 or 4986943. OLE color: 4986943.

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

Color convert

RGB632476-
CMYK0.170.6800.70
HSL285º52%19.61%-
HSV(B)285º68.42%29.8%-
XYZ3.682.237.07-
YUV41.59147.42143.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=38.65%
G=14.72%
B=46.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6324760.170.6800.702855219.61
Hex3F184C114404611d3414
Octal77301142110401064356424
Binary1111111100010011001000110001000100011010001110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,24,76); }

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

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

 a { background-color: rgb(63,24,76); }

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

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

 span { border-color: rgb(63,24,76); }

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