#3F034B

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

Shades of Blackcurrant #3F034B

Tints of Blackcurrant #3F034B

Color information

#3F034B (or 0x3F034B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 03 and 4B. RGB value is (63,3,75). Sum of RGB (Red+Green+Blue) = 63+3+75=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F034B is #C0FCB4. Grayscale: #1C1C1C. Windows color (decimal): -12647605 or 4916031. OLE color: 4916031.

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

Color convert

RGB63375-
CMYK0.160.9600.71
HSL290º92.31%15.29%-
HSV(B)290º96%29.41%-
XYZ3.351.636.79-
YUV29.15153.88152.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=44.68%
G=2.13%
B=53.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal633750.160.9600.7129092.3115.29
Hex3F34B10600471225cf
Octal77311320140010744213417
Binary1111111110010111000011000000100011110010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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