#3F084B

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

Shades of Blackcurrant #3F084B

Tints of Blackcurrant #3F084B

Color information

#3F084B (or 0x3F084B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 08 and 4B. RGB value is (63,8,75). Sum of RGB (Red+Green+Blue) = 63+8+75=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F084B is #C0F7B4. Grayscale: #1F1F1F. Windows color (decimal): -12646325 or 4917311. OLE color: 4917311.

HSL color Cylindrical-coordinate representation of color #3F084B: hue angle of 289.25º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F084B is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63875-
CMYK0.160.8900.71
HSL289.25º80.72%16.27%-
HSV(B)289.25º89.33%29.41%-
XYZ3.411.746.81-
YUV32.08152.22150.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.15%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=43.15%
G=5.48%
B=51.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal638750.160.8900.71289.2580.7216.27
Hex3F84B10590471215110
Octal771011320131010744112120
Binary1111111000100101110000101100101000111100100001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,75); }

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

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

 a { background-color: rgb(63,8,75); }

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

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

 span { border-color: rgb(63,8,75); }

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