Html Css Color HEX #3F164E Blackcurrant

📋 copy color: '#3F164E'

red 63 ◦ green 22 ◦ blue 78

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

Shades of Blackcurrant #3F164E

Tints of Blackcurrant #3F164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 38.65%
G = 13.5%
B = 47.85%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F164E (or 0x3F164E) is known color: Blackcurrant. HEX triplet: 3F, 16 and 4E. RGB value is (63,22,78). Sum of RGB (Red+Green+Blue) = 63+22+78=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F164E is #C0E9B1. Grayscale: #282828. Windows color (decimal): -12642738 or 5117503. OLE color: 5117503.

HSL color Cylindrical-coordinate representation of color #3F164E: hue angle of 283.93º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F164E is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 22 78 -
CMYK 0.19 0.72 0 0.69
HSL 283.93º 0.56% 0.2% -
HSV(B) 283.93º 0.72% 0.31% -
XYZ 3.71 2.18 7.43 -
YUV 40.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 63 22 78 0.19 0.72 0 0.69 283.93 0.56 0.2
Hex 3F 16 4E 13 48 0 45 11C 38 14
Octal 77 26 116 23 110 0 105 434 70 24
Binary 111111 10110 1001110 10011 1001000 0 1000101 100011100 111000 10100

Color Harmonies of #3F164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F164E

Black with #3F164E

Text Example


Text Example

White with #3F164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,22,78); }

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

background-color css

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

 a { background-color: rgb(63,22,78); }

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

border-color css

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

 span { border-color: rgb(63,22,78); }

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