Html Css Color HEX #3F0046 Blackcurrant

📋 copy color: '#3F0046'

red 63 ◦ green 0 ◦ blue 70

#3F0046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3F0046

Tints of Blackcurrant #3F0046

RGB

 RED value IS 63 (25% from 255) = 47.37%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 52.63%

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3F0046 (or 0x3F0046) is known color: Blackcurrant. HEX triplet: 3F, 00 and 46. RGB value is (63,0,70). Sum of RGB (Red+Green+Blue) = 63+0+70=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0046 is #C0FFB9. Grayscale: #1A1A1A. Windows color (decimal): -12648378 or 4587583. OLE color: 4587583.

HSL color Cylindrical-coordinate representation of color #3F0046: hue angle of 294º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0046 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 63 0 70 -
CMYK 0.10 1 0 0.73
HSL 294º 1% 0.14% -
HSV(B) 294º 1% 0.27% -
XYZ 3.16 1.5 5.92 -
YUV 26.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 63 0 70 0.10 1 0 0.73 294 1 0.14
Hex 3F 0 46 A 64 0 49 126 64 E
Octal 77 0 106 12 144 0 111 446 144 16
Binary 111111 0 1000110 1010 1100100 0 1001001 100100110 1100100 1110

Color Harmonies of #3F0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0046

Black with #3F0046

Text Example


Text Example

White with #3F0046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,70); }

 H1.HeaderClassName
 {
   color: #3F0046;
 }
 .AnyTagClassName
 {
   color: #3F0046;
 }
</style>

background-color css

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

 a { background-color: rgb(63,0,70); }

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

border-color css

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

 span { border-color: rgb(63,0,70); }

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