Html Css Color HEX #3F004D Blackcurrant

📋 copy color: '#3F004D'

red 63 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #3F004D

Tints of Blackcurrant #3F004D

RGB

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

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

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

R = 45%
G = 0%
B = 55%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F004D (or 0x3F004D) is known color: Blackcurrant. HEX triplet: 3F, 00 and 4D. RGB value is (63,0,77). Sum of RGB (Red+Green+Blue) = 63+0+77=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F004D is #C0FFB2. Grayscale: #1B1B1B. Windows color (decimal): -12648371 or 5046335. OLE color: 5046335.

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

Color convert

RGB 63 0 77 -
CMYK 0.18 1 0 0.70
HSL 289.09º 1% 0.15% -
HSV(B) 289.09º 1% 0.3% -
XYZ 3.39 1.59 7.15 -
YUV 27.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 63 0 77 0.18 1 0 0.70 289.09 1 0.15
Hex 3F 0 4D 12 64 0 46 121 64 F
Octal 77 0 115 22 144 0 106 441 144 17
Binary 111111 0 1001101 10010 1100100 0 1000110 100100001 1100100 1111

Color Harmonies of #3F004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F004D

Black with #3F004D

Text Example


Text Example

White with #3F004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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