#3F094D

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

Shades of Blackcurrant #3F094D

Tints of Blackcurrant #3F094D

Color information

#3F094D (or 0x3F094D) is unknown color: approx Blackcurrant. HEX triplet: 3F, 09 and 4D. RGB value is (63,9,77). Sum of RGB (Red+Green+Blue) = 63+9+77=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F094D is #C0F6B2. Grayscale: #202020. Windows color (decimal): -12646067 or 5048639. OLE color: 5048639.

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

Color convert

RGB63977-
CMYK0.180.8800.70
HSL287.65º79.07%16.86%-
HSV(B)287.65º88.31%30.2%-
XYZ3.491.797.18-
YUV32.9152.89149.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.28%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=42.28%
G=6.04%
B=51.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal639770.180.8800.70287.6579.0716.86
Hex3F94D12580461204f11
Octal771111522130010644011721
Binary1111111001100110110010101100001000110100100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,77); }

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

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

 a { background-color: rgb(63,9,77); }

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

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

 span { border-color: rgb(63,9,77); }

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