#3F1448

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

Shades of Blackcurrant #3F1448

Tints of Blackcurrant #3F1448

Color information

#3F1448 (or 0x3F1448) is unknown color: approx Blackcurrant. HEX triplet: 3F, 14 and 48. RGB value is (63,20,72). Sum of RGB (Red+Green+Blue) = 63+20+72=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1448 is #C0EBB7. Grayscale: #262626. Windows color (decimal): -12643256 or 4723775. OLE color: 4723775.

HSL color Cylindrical-coordinate representation of color #3F1448: hue angle of 289.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1448 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB632072-
CMYK0.120.7200.72
HSL289.62º56.52%18.04%-
HSV(B)289.62º72.22%28.24%-
XYZ3.472.026.34-
YUV38.78146.75145.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=40.65%
G=12.90%
B=46.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6320720.120.7200.72289.6256.5218.04
Hex3F1448C480481223912
Octal77241101411001104427122
Binary111111101001001000110010010000100100010010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,72); }

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

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

 a { background-color: rgb(63,20,72); }

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

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

 span { border-color: rgb(63,20,72); }

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