Html Css Color HEX #3F014D Blackcurrant

📋 copy color: '#3F014D'

red 63 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #3F014D

Tints of Blackcurrant #3F014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 44.68%
G = 0.71%
B = 54.61%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F014D (or 0x3F014D) is known color: Blackcurrant. HEX triplet: 3F, 01 and 4D. RGB value is (63,1,77). Sum of RGB (Red+Green+Blue) = 63+1+77=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F014D is #C0FEB2. Grayscale: #1B1B1B. Windows color (decimal): -12648115 or 5046591. OLE color: 5046591.

HSL color Cylindrical-coordinate representation of color #3F014D: hue angle of 288.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F014D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 1 77 -
CMYK 0.18 0.99 0 0.70
HSL 288.95º 0.97% 0.15% -
HSV(B) 288.95º 0.99% 0.3% -
XYZ 3.4 1.61 7.15 -
YUV 28.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 63 1 77 0.18 0.99 0 0.70 288.95 0.97 0.15
Hex 3F 1 4D 12 63 0 46 121 61 F
Octal 77 1 115 22 143 0 106 441 141 17
Binary 111111 1 1001101 10010 1100011 0 1000110 100100001 1100001 1111

Color Harmonies of #3F014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F014D

Black with #3F014D

Text Example


Text Example

White with #3F014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,77); }

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

background-color css

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

 a { background-color: rgb(63,1,77); }

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

border-color css

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

 span { border-color: rgb(63,1,77); }

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