#3F044B

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

Shades of Blackcurrant #3F044B

Tints of Blackcurrant #3F044B

Color information

#3F044B (or 0x3F044B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 04 and 4B. RGB value is (63,4,75). Sum of RGB (Red+Green+Blue) = 63+4+75=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F044B is #C0FBB4. Grayscale: #1D1D1D. Windows color (decimal): -12647349 or 4916287. OLE color: 4916287.

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

Color convert

RGB63475-
CMYK0.160.9500.71
HSL289.86º89.87%15.49%-
HSV(B)289.86º94.67%29.41%-
XYZ3.361.656.8-
YUV29.74153.55151.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=44.37%
G=2.82%
B=52.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal634750.160.9500.71289.8689.8715.49
Hex3F44B105F0471225af
Octal77411320137010744213217
Binary11111110010010111000010111110100011110010001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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