#3F064F

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

Shades of Blackcurrant #3F064F

Tints of Blackcurrant #3F064F

Color information

#3F064F (or 0x3F064F) is unknown color: approx Blackcurrant. HEX triplet: 3F, 06 and 4F. RGB value is (63,6,79). Sum of RGB (Red+Green+Blue) = 63+6+79=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F064F is #C0F9B0. Grayscale: #1F1F1F. Windows color (decimal): -12646833 or 5178943. OLE color: 5178943.

HSL color Cylindrical-coordinate representation of color #3F064F: hue angle of 286.85º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F064F is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63679-
CMYK0.200.9200.69
HSL286.85º85.88%16.67%-
HSV(B)286.85º92.41%30.98%-
XYZ3.531.757.55-
YUV31.36154.88150.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 79 (31.25% from 255) = 53.38%
R=42.57%
G=4.05%
B=53.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal636790.200.9200.69286.8585.8816.67
Hex3F64F145C04511f5611
Octal77611724134010543712621
Binary111111110100111110100101110001000101100011111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,79); }

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

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

 a { background-color: rgb(63,6,79); }

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

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

 span { border-color: rgb(63,6,79); }

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